Closed
Bug 904716
Opened 11 years ago
Closed 4 years ago
Updates needed for debugger docs
Categories
(DevTools :: Debugger, task, P5)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bbenvie, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [debugger-docs-needed])
I just did an inventory comparing what's actually implemented to what DebuggerDocs claims. There's a handful of undocumented things, a number of things that are unimplemented but not noted as so, and one discrepancy. We should try to keep the docs as close as possible to the implementation.
Debugger
undocumented
* removeAllDebuggees
* addAllGlobalsAsDebuggees
unimplemented
* onThrow
* onError
* findScriptURLs
* clearBreakpoint
* clearAllWatchpoints
Debugger.Frame
unimplemented
* onResume
* get depth
* pop
* replaceCall
Debugger.Script
undocumented
* get source
* get sourceStart
* get sourceLength
unimplemented
* get strictMode
* decompile
discrepencies
* clearBreakpoint <-> clearBreakpoints
Debugger.Object
unimplemented
* get proxyHandler
* get proxyCallTrap
* get proxyConstructTrap
* get hostAnnotations
* getProperty
* setProperty
* copy
* create
* decompile
* asEnvironment
* setObjectWatchpoint
* clearObjectWatchpoint
* setPropertyWatchPoint
* clearPropertyWatchpoint
Updated•11 years ago
|
Whiteboard: [debugger-docs-needed]
Comment 1•11 years ago
|
||
Wow, thanks for the audit! This is really helpful.
I can't get to this today. :( But I will go after it as soon as I can.
Updated•11 years ago
|
Priority: -- → P3
Updated•10 years ago
|
Summary: Updates needed for DebuggerDocs → Updates needed for debugger docs
Comment 2•10 years ago
|
||
Unfortunately, the docs are still claiming support for features that weren't implemented - I wasted quite a bit of time on this. It would already help if the docs in MDN reflected the latest state of the documentation in the source code.
Updated•7 years ago
|
Severity: normal → enhancement
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Type: enhancement → task
Priority: P3 → P5
Comment 3•4 years ago
|
||
I'm not aware of any remaining documented but non-existant methods, so going to close.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•