Debug a mobile application
Complete this procedure to attach the Graphical Debugger to a running mobile process.
Stop the Debugger
What happens when you stop a debug session depends on how the debug session was started.
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.
Breakpoints
To examine an area of code more closely, set a breakpoint at the desired line or function. A right-click on a line of code allows you to set, disable, and delete breakpoints. You can specify that the breakpoint is conditional, using a Boolean expression to determine whether to stop execution of the program.
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.