Confirmed users
231
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Besides the low-level [https://developer.mozilla.org/en/SpiderMonkey/JS_Debugger_API_Guide JS Debugger API], there is a debugger client module that allows one to write an application that uses the [https://wiki.mozilla.org/Remote_Debugging_Protocol Remote Debugging Protocol] to drive the debugger. | |||
<pre>/* | <pre>/* | ||
* Debugger API demo. | * Debugger API demo. | ||
Line 187: | Line 188: | ||
</pre> | </pre> | ||
<br> | <br> See [http://past.pastebin.mozilla.org/1376464 here] for the full example program. | ||
See [http://past.pastebin.mozilla.org/1376464 here] for the full example program. |