Building a Run-Time Image From a Debug Configuration

Other versions of this page are also available for the following:

Windows Mobile SupportedWindows Embedded CE Supported

8/27/2008

You can build a run-time image from a Debug configuration. A Debug configuration provides full symbolic debugging information, and full debugger access to processes, threads, and modules. For more information, see Levels of Debugging Support.

To build a run-time image from a Debug configuration

  1. From the Project menu, select Properties.

  2. In the navigation pane, expand Configuration Properties, and then select Build Options.

  3. In the Configuration box, choose a Debug configuration.

  4. In the Build Options window, clear the Enable kernel debugger [no IMGNODEBUGGER=1] check box.

  5. Choose the Configuration Manager button.

  6. In the Configuration Manager dialog box, verify that the active configuration set for your OS design is a Debug configuration.

  7. Close the Configuration Manager dialog box.

  8. Choose OK to close the Properties dialog box.

  9. In the Property Pages dialog box, click OK.

  10. From the Build menu, choose Advanced Build Commands, and then select Sysgen.

See Also

Tasks

Downloading a Run-Time Image

Concepts

Levels of Debugging Support

Other Resources

Run-Time Image Build Process