Debugger Pane

The Debug/Run window's Debugger pane provides control entry point breaks and which consoles are active to show logs.

Figure 1 - Debug window's Debugger tab

Table 1. Debugger pane —items
Item Explanation
Break at entry point Select to halt program execution at a specified function or address. Enter the desired function name or address in the corresponding field. If you enter an address, ensure that it is correct and within your program.
View program output

Enable to direct standard output messages to the Emulation Program Output Console in the Console view.

NOTE In the epoc.ini file the option LogToFile must also be set to 1.

View emulator output

Enable to output emulator messages to the Emulator Output Console in the Console view.

NOTE In the epoc.ini file the option LogToDebugger must also be set to 1.

View Windows system messages Enable to output Windows system messages to the Windows System Messages Console in the Console view.

To access the Debug window

  1. Select the Run > Debug... menu item
  2. The Debug window appears.

  3. Select a Configuration setting
  4. Click Debugger tab
  5. The Debugger pane appears (Figure 1).

Common concepts
Common tasks
Common references