Confirmed users
673
edits
(Stack trace notes.) |
(Lexical Environment notes) |
||
Line 99: | Line 99: | ||
=== JSD2 support === | === JSD2 support === | ||
* [[Debug_Object#Debug.Frame]] | * [[Debug_Object#Debug.Frame]] | ||
* Mostly (?) implemented in jsdbg2 branch. | |||
=== Remote Protocol Support === | === Remote Protocol Support === | ||
* [[Remote_Debugging_Protocol#Listing_Stack_Frames]] | * [[Remote_Debugging_Protocol#Listing_Stack_Frames]] | ||
* Incomplete. | |||
=== UI Notes: Other Debuggers === | === UI Notes: Other Debuggers === | ||
Line 116: | Line 118: | ||
** Scope variables/environment in a different pane (see Environments) | ** Scope variables/environment in a different pane (see Environments) | ||
** Selecting stack frame moves source view | ** Selecting stack frame moves source view | ||
=== UI Plan === | |||
== Lexical Environments == | |||
=== JSD2 === | |||
* https://wiki.mozilla.org/Debug_Object#Debug.Environment | |||
* Incomplete? | |||
=== Remote Protocol Support === | |||
* https://wiki.mozilla.org/Remote_Debugging_Protocol#Lexical_Environments | |||
* Incomplete. | |||
=== UI Notes: Other Debuggers === | |||
* Firebug: | |||
** XXX: I couldn't find where/if firebug exposes lexical scopes. | |||
* Chrome: | |||
** Scope chain exposed as a list, property viewers for each scope. | |||
=== UI Plan === | === UI Plan === |