Stepping through the generated application using MultiWin32

About this task

To step through the generated application:

Procedure

  1. On the Settings tab of the features dialog box for the configuration, set the Build Set field to one of the following values:
    1. Debug - Turns on the debug information. This option adds the following line to the _program.bld file:

      :defines=_DEBUG line
    2. DebugNoExp - Turns on the debug and exceptions information. This option adds the following lines to the _program.bld file:

      :defines=_DEBUG
      :defines=HAS_NO_EXP

      This value is the default.

    3. Release - No debug information.
    4. ReleaseNoExp - No debug or exceptions information. This option adds the following line to the _program.bld file:

      :defines=HAS_NO_EXP
  2. In IBM® Rational® Rhapsody®, select Code > Generate/Make/Run.
  3. In MULTI, start debugging by selecting Debug > Debug Other Executable and select the Rational Rhapsody .exe file of the generated application.

Feedback