mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
script: Create a debugger script for the SpiderMonkey Debugger API
Co-authored-by: atbrakhi <atbrakhi@igalia.com> Signed-off-by: Delan Azabani <dazabani@igalia.com>
This commit is contained in:
parent
e8c50390f6
commit
4d7a514923
10 changed files with 179 additions and 6 deletions
3
resources/debugger.js
Normal file
3
resources/debugger.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
if (!("dbg" in this)) {
|
||||
dbg = new Debugger;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue