Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Topic |
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