Start a program in debug mode
Open a program and launch the Debugger at the same time.
The Graphical Debugger can be launched from within Project Manager:
- To launch a selected application, right-click the program node and select Debug from the context menu.
- To launch the default application, click the Debug Toolbar icon.
If the Debug option is not enabled, check:
- Is the source file directory physically available (delete / rename) ?
- Are you using the correct active configuration to access this project (local / remote) ?
When the debugger is launched, the program begins execution. If you have set a breakpoint in a Genero file (4gl), execution stops at that breakpoint, and the source file containing the breakpoint is opened in the Document view.