Combining Debug and Release Bits

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

Windows Mobile SupportedWindows Embedded CE Supported

8/27/2008

You can selectively build a few executable (.exe) files for debugging purposes in a Release configuration of your OS design. In this way, you can work with an image that is significantly smaller than a full Debug configuration.

For more information about the configurations that you can use, see Levels of Debugging Support.

To combine debug and release bits

  1. Build the Release and Debug configurations of your OS design.

  2. From the Build menu, choose Configuration Manager.

  3. From the Active Solution Configuration drop-down list, select the Debug configuration and then choose Close.

  4. From the Build menu, choose Open Release Directory in Build Window.

  5. At the command prompt, copy the .exe files you want to debug into the release directory for the Release configuration.

  6. From the Build menu, choose Configuration Manager.

  7. From the Active Solution Configuration drop-down list, select the Release configuration and then choose Close.

  8. From the Build menu, to build a run-time image that includes the copied .exe files, choose Global Build Settings, and make sure that Copy Files to Release Directory After Build is not selected.

See Also

Other Resources

Build Menu Options