Confirmed users
497
edits
(→Remote debugging: Fix remote debugging protocol page name.) |
m (→Design Summary: Make first reference to debugging protocol a link.) |
||
Line 51: | Line 51: | ||
documentation.)</i> | documentation.)</i> | ||
Debugger user interfaces communicate with debuggee threads using a remote | Debugger user interfaces communicate with debuggee threads using a [[Remote Debugging Protocol|remote | ||
debugging protocol. The protocol client (between debugger UI and protocol) | debugging protocol]]. The protocol client (between debugger UI and protocol) | ||
and server (between protocol and debuggee) are implemented in JavaScript, | and server (between protocol and debuggee) are implemented in JavaScript, | ||
built on a Web IDL interface available to other extensions as well. All inter-thread debugging uses the remote protocol. | built on a Web IDL interface available to other extensions as well. All inter-thread debugging uses the remote protocol. |