Skip to content

VS Code debugging

Joe Clark edited this page Jan 23, 2024 · 4 revisions

To hook up debugging via vscode, create a .vscode folder in the root project directory. Add one of the following two configurations into a file called 'launch.json' in that .vscode directory.

master branch launch.json

DependencyUpdates branch launch.json

Clone this wiki locally