Start the Debugger
To launch the Debugger right-click on a program node and select Debug.
Graphical Debugger can be launched from within Project Manager:
- Right-click a program node and select Debug from the contextual menu; this launches the selected application in debug mode.
- Use the Debug Toolbar icon; this launches the default application.
If the Debug option is not enabled, check:
- Is the source file directory physically available (delete / rename) ?
- Are you using the correct configuration to access this project ? (local / remote) ?
Once 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.