Skip to content

Commit

Permalink
vs code debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b00 committed Jul 4, 2021
1 parent a7b9031 commit 61e9f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceRoot}/samples/ParserExample/bin/Debug/netcoreapp2.0/ParserExample.dll",
"program": "${workspaceRoot}/samples/ParserExample/bin/Debug/netcoreapp3.1/ParserExample.dll",
"args": [],
"cwd": "${workspaceRoot}/samples/ParserExample",
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
Expand Down

0 comments on commit 61e9f0b

Please sign in to comment.