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:
Delan Azabani 2025-07-29 19:12:00 +08:00
parent e8c50390f6
commit 4d7a514923
10 changed files with 179 additions and 6 deletions

3
resources/debugger.js Normal file
View file

@ -0,0 +1,3 @@
if (!("dbg" in this)) {
dbg = new Debugger;
}