Platform/JSDebugv2: Difference between revisions

Jump to navigation Jump to search
→‎Remote debugging: Add link to new RemoteDebugging page.
(Move remote protocol, js::dbg2 details to separate wiki pages.)
(→‎Remote debugging: Add link to new RemoteDebugging page.)
Line 75: Line 75:
=== Remote debugging ===
=== Remote debugging ===


Remote debugging, in which the debugger's user interface runs in a separate
[[RemoteDebugging|Remote debugging]], in which the debugger's user interface
process from the debuggee and communicates with the debuggee over a stream
runs in a separate process from the debuggee and communicates with the
connection, addresses many of our goals in one step:
debuggee over a stream connection, addresses many of our goals in one step:
<ul>
<ul>
<li><b>A remote debugger is easier to make robust.</b> The debugger's user
<li><b>A remote debugger is easier to make robust.</b> The debugger's user
Line 94: Line 94:
to, all subsequent communication can be via the remote protocol.)</p>
to, all subsequent communication can be via the remote protocol.)</p>
</ul>
</ul>
=== jsd2IDebuggerService and the js::dbg2 Interfaces ===
=== jsd2IDebuggerService and the js::dbg2 Interfaces ===


Confirmed users
496

edits

Navigation menu