Changes

Jump to: navigation, search

Remote Debugging Protocol

87 bytes removed, 23:02, 8 August 2013
[master 15eb6db] The API and protocol are implemented and deployed.
<i>(Note: this page This protocol is a draft design of work not yet completed. It is written implemented in the present tense to be easily promoted to documentation when implementedFirefox, and also to simplify is the grammarbasis of Firefox's built-in JavaScript debugger. You can use the [https://github.com/jimblandy/DebuggerDocs GitHub DebuggerDocs repo] to draft and discuss revisions.)</i>
The Mozilla debugging protocol allows a debugger to connect to a browser, discover what sorts of things are present to debug or inspect, select JavaScript threads to watch, and observe and modify their execution. The protocol provides a unified view of JavaScript, DOM nodes, CSS rules, and the other technologies used in client-side web applications. The protocol ought to be sufficiently general to be extended for use with other sorts of clients (profilers, say) and servers (mail readers; random XULrunner applications).
Confirm
496
edits

Navigation menu