Command view
The Command view displays all of the debugger commands that have been executed. fgldb commands may be entered manually into the Command view.
Data view
In the Data view you can examine or set the values of global, module, and function variables while your application is running.
Watchpoints view
Each time the value of a watched variable changes, the program will stop, and the variable values will be displayed in the Watchpoints view.
Breakpoints view
This Breakpoints view displays information on all breakpoints that have been set.
Backtrace view
In the Backtrace view you can view or trace the functions called while running the program.