Skip to content

Commit

Permalink
Adds apalache debug launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Tisdall committed Aug 23, 2021
1 parent 3afa62e commit 660bdb5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@
"request": "launch",
"program": "${workspaceRoot}/target/debug/modelator",
"args": [
"tla",
"generate-tests",
"main.tla",
"main.cfg"
"apalache",
"test",
"/Users/danwt/documents/sandbox-tla/mainTests_MyVarTest.tla",
"/Users/danwt/documents/sandbox-tla/mainTests_MyVarTest.cfg",
// "tla",
// "generate-tests",
// "main.tla",
// "main.cfg"
],
"cwd": "${workspaceRoot}",
}
Expand Down

0 comments on commit 660bdb5

Please sign in to comment.