Skip to content

Commit 2c376d6

Browse files
committed
Antlr debugger
1 parent adb57f7 commit 2c376d6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.vscode/launch.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@
3333
"${workspaceRoot}/client/testFixture"
3434
],
3535
"outFiles": ["${workspaceRoot}/client/out/test/**/*.js"]
36+
},
37+
{
38+
"name": "Debug ANTLR4 grammar",
39+
"type": "antlr-debug",
40+
"request": "launch",
41+
"input": "${file}",
42+
"grammar": "server/src/antlr/vba.g4",
43+
"startRule": "startRule",
44+
"printParseTree": true,
45+
"visualParseTree": true
3646
}
3747
],
3848
"compounds": [

0 commit comments

Comments
 (0)