Studio provides tools for controlling the execution flow of an application. Specifically, it supports two types of breakpoints that force the execution to stop at preset points.
These are:
|
|
Breakpoints - a normal breakpoint stops the program unconditionally when the application execution encounters it. |
|
|
Conditional Breakpoints - a conditional breakpoint stops the program only when a user-defined condition is met. |
|
|
|
|
|
Related Links: |
|
|
|