Prev Next

Microsoft C++ and Native (C, VB)

You can debug native code only if there is a corresponding PDB file for the executable. A PDB file is created as a result of building the application.

The build should include full debug information and there should be no optimizations set.

The script must specify two things to support debugging:

  • The path to the executable
  • Microsoft Native as the debugging platform

Learn more