Confirmed users
673
edits
(Browser protocol integration.) |
(Stack trace notes.) |
||
Line 95: | Line 95: | ||
=== WebWorker/ChromeWorker === | === WebWorker/ChromeWorker === | ||
* Related to inter-thread dispatch above. Likely to require some platform work on webworkers to get them to load the debug protocol implementation on startup? | * Related to inter-thread dispatch above. Likely to require some platform work on webworkers to get them to load the debug protocol implementation on startup? | ||
== Stack Traces == | |||
=== JSD2 support === | |||
* [[Debug_Object#Debug.Frame]] | |||
=== Remote Protocol Support === | |||
* [[Remote_Debugging_Protocol#Listing_Stack_Frames]] | |||
=== UI Notes: Other Debuggers === | |||
* Firebug | |||
** Stack frame shows function name/source/line num, args | |||
** Expand frames to view function args | |||
** Selecting stack frame moves source view | |||
** Right-clicking stack frames allowed viewing properties of function objects in the DOM tab. | |||
** Breadcrumb view of the stack in the source view. | |||
* Chrome | |||
** Stack frame shows function name/source/line | |||
** Scope variables/environment in a different pane (see Environments) | |||
** Selecting stack frame moves source view | |||
=== UI Plan === | |||
__NOTOC__ | __NOTOC__ |