Stepping through the OXF using MULTI

About this task

The OXF libraries provided with the MultiWin32 environment do not include debug information. To step through the OXF source code using MULTI, you must rebuild the OXF with debug information enabled.

Perform the following steps:

Procedure

  1. Add the following line to the $OMROOT\LangCpp\MultiWin32Build.bld file just below the ":defines=OM_STL" line:

    :defines=_DEBUG
  2. Follow the steps described in Stepping through the generated application using MultiWin32 to rebuild the framework libraries and step through the source code.

Feedback