8000 Add debug=true option also · cloudpeng/TypeScript@1c4a116 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c4a116

Browse files
committed
Add debug=true option also
1 parent 952ea0f commit 1c4a116

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ You can specify which browser to use for debugging. Currently Chrome and IE are
6868
jake runtests-browser tests=2dArrays browser=chrome
6969
```
7070

71+
You can debug with VS Code or Node instead with `jake runtests debug=true`:
72+
73+
```Shell
74+
jake runtests tests=2dArrays debug=true
75+
```
7176
## Adding a Test
7277
To add a new testcase, simply place a `.ts` file in `tests\cases\compiler` containing code that exemplifies the bugfix or change you are making.
7378

0 commit comments

Comments
 (0)
0