Skip to content

Commit

Permalink
More debug configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Nov 8, 2023
1 parent 4d72322 commit 5eddd6a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions sampleWorkspace/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,26 @@
"simulateTraceFile": "${workspaceFolder}/slot-machine/simulate-response.json",
"programSourcesDescriptionFile": "${workspaceFolder}/slot-machine/sources.json",

"stopOnEntry": true
},
{
"type": "teal",
"request": "launch",
"name": "Debug Stepping Test",

"simulateTraceFile": "${workspaceFolder}/stepping-test/simulate-response.json",
"programSourcesDescriptionFile": "${workspaceFolder}/stepping-test/sources.json",

"stopOnEntry": true
},
{
"type": "teal",
"request": "launch",
"name": "Debug Inner App Error",

"simulateTraceFile": "${workspaceFolder}/errors/inner-app/app-reject-simulate-response.json",
"programSourcesDescriptionFile": "${workspaceFolder}/errors/inner-app/sources.json",

"stopOnEntry": true
}
]
Expand Down

0 comments on commit 5eddd6a

Please sign in to comment.