Start the Debugger
To launch the Debugger right-click on a program node and select Debug.
Stop the Debugger
The Debugger automatically exits when the program being debugged terminates. To exit the Debugger select Abort last task from the Debug Menu.
Step through the program The step command allows you to "step" through your program executing one line of source code at a time. When a function call appears within the line of code, that function is also stepped through.
Debugger (fgldb) command prompt
The Graphical Debugger also provides a command line interface. Once you have started a debug session, you can enter fgldb commands directly into the fgldbCommand view.