Skip to content

Commit 37a941d

Browse files
committed
Add brundebug and brun3debug.
1 parent c08c4db commit 37a941d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@
99
"regenparser": "node support/build/regenparser.js",
1010
"prebrun": "npm run devbuild",
1111
"brun": "node support/run/brun.js -p",
12+
"prebrundebug": "npm run devbuild",
13+
"brundebug": "node support/run/brun.js -d -p",
1214
"prebrun3": "npm run devbuild",
1315
"brun3": "node support/run/brun.js --python3 -p",
16+
"brun3debug": "node support/run/brun.js -d -p",
17+
"brun3debug": "node support/run/brun.js --python3 -d -p",
1418
"prebtest": "npm run devbuild && node support/build/wrapmodules.js unit2 && node support/build/wrapmodules.js unit3",
1519
"btest": "node support/run/brun.js -t",
1620
"doc": "echo 'Building Documentation in docs/ProgMan' && jsdoc -c jsdoc.json HACKING.md",

0 commit comments

Comments
 (0)