Stepping through the generated application using MultiWin32
About this task
To step through the generated application:
Procedure
On the Settings tab of the features dialog box for the configuration, set the
Build Set
field to one of the following values:
Debug
- Turns on the debug information. This option adds the following line to the
_program.bld
file:
:defines=_DEBUG line
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.
Release
- No debug information.
ReleaseNoExp
- No debug or exceptions information. This option adds the following line to the
_program.bld
file:
:defines=HAS_NO_EXP
In
IBM® Rational® Rhapsody®
, select
Code
>
Generate/Make/Run
.
In MULTI, start debugging by selecting
Debug
>
Debug Other Executable
and select the
Rational Rhapsody
.
exe
file of the generated application.
Feedback