Skip to content

QZ MSVC Windows build debug with Visual Studio Code

Roberto Viola edited this page Jan 24, 2025 · 1 revision
  1. Install Visual Studio code
  2. Install C++ extension from https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools
  3. 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
  4. Open QZ visual studio code workspace from the source code folder
  5. Edit .vscode/launch.json with your QZ and source directories
  6. Set a breakpoint in main
  7. Start QZ in debug mode - it should stop at main

image

image