DebuggerDocs icon indicating copy to clipboard operation
DebuggerDocs copied to clipboard

Mozilla JavaScript Debugging Documentation

Results 12 DebuggerDocs issues
Sort by recently updated
recently updated
newest added

https://wiki.mozilla.org/Remote_Debugging_Protocol#Breakpoints shows that setBreakpoint shall be send to a thread actor, however it looks like it shall be sent to a source. Also, the location parameter does not contain the...

It is really useful to explain how "startListeners", "getCachedMessages", etc. messages and events of a tab console actor are working. /cc @hbenl

Would it be possible to port this remote debugging protocol to a swank protocol and to provide a swank server for remote debugging? This would enable all slime-based front ends...

There's probably no reason to support legacy Proxies, rather Direct Proxies should be supported. This calls for the removal of `proxyCallTrap` and `proxyConstructTrap` and the addition of `proxyTarget`. `parameterNames` should,...

[This feature](https://bugzilla.mozilla.org/show_bug.cgi?id=906963) was introduced to help find out if an error will be caught somewhere in the stack.

As per the summary, it'd be nice if the docs said something about including `jsdebugger.jsm`, and its location. :-) Likewise, the remote debugger docs should mention any components one needs...

[IE10 is promising WebWorker debugging](http://blogs.msdn.com/b/ie/archive/2011/07/12/debugging-web-workers-in-ie10.aspx) It would be awesome to have that in JavaScript as well.