-
-
Notifications
You must be signed in to change notification settings - Fork 135
QZ MSVC Windows build debug with Visual Studio Code
Roberto Viola edited this page Jan 24, 2025
·
1 revision
- Install Visual Studio code
- Install C++ extension from https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools
- Download and extract: 3a. QZ msvc build from the release page 3b. Source code from https://github.com/cagnulein/qdomyos-zwift/archive/refs/heads/master.zip
- Open QZ visual studio code workspace from the source code folder
- Edit .vscode/launch.json with your QZ and source directories
- Set a breakpoint in main
- Start QZ in debug mode - it should stop at main