The Debug/Run windows Debugger pane provides control entry point breaks and which consoles are active to show logs.
Figure 1 - Debug windows Debugger tab
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. |
The Debug window appears.
The Debugger pane appears (Figure 1).