Confirmed users
497
edits
(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 | resembling the <a href="http://code.google.com/p/v8/wiki/DebuggerProtocol">V8 | ||
debugger protocol | 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 = | ||