Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Microsoft C++ and Native (C, VB)

Topics

Topic

Detail

See also

Usage

You can debug native code only if there is a corresponding PDB file for the executable; you normally create the PDB file 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

 

General Setup

Learning Center topics

(Alt+F1) | Build and Debug | Debug | Microsoft Native