Confirmed users
496
edits
(→jsd2IDebuggerService and the js::dbg2 Interfaces: Create link to js::dbg2 page.) |
(→Remote debugging: Fix remote debugging protocol page name.) |
||
Line 73: | Line 73: | ||
=== Remote debugging === | === Remote debugging === | ||
[[ | [[Remote Debugging Protocol|Remote debugging]], in which the debugger's user interface runs in a separate process from the debuggee and communicates with the debuggee over a stream connection, addresses many of our goals in one step: | ||
runs in a separate process from the debuggee and communicates with the | |||
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 |