Platform/JSDebugv2: Difference between revisions

Jump to navigation Jump to search
(New section: design principles)
Line 53: Line 53:


<li><b>js::dbg2 must support remote debugging.</b> Using a protocol
<li><b>js::dbg2 must support remote debugging.</b> Using a protocol
resembling the [http://code.google.com/p/v8/wiki/DebuggerProtocol V8
resembling the <a href="http://code.google.com/p/v8/wiki/DebuggerProtocol">V8
debugger protocol], js::dbg2 should allow the debugger's user interface to
debugger protocol</a>, js::dbg2 should allow the debugger's user interface to
run in a separate process, perhaps even on a separate machine, from the
run in a separate process, perhaps even on a separate machine, from the
debuggee. This allows us to debug on mobile devices and worker threads, and
debuggee. This allows us to debug on mobile devices and worker threads, and
Line 82: Line 82:


</ul>
</ul>


= Event Handlers and Spheres =
= Event Handlers and Spheres =
Confirmed users
497

edits

Navigation menu