Microsoft Native

Return to Introduction  Previous page  Next page

You can also configure how to debug applications built in a Microsoft Native code. The example script below is configured to enable debugging of a C++ project built in Microsoft Visual Studio 2005.

You can debug native code only if there is a corresponding PDB file for the executable. You normally create this as a result of building the application with debug information.

Native_Script

The script must specify two things to support debugging:

·The path to the executable
·Microsoft Native as the debugging platform.