|
<< Index >> |
FutureBasic |
breakpoint | statement | |
|
Parameters
A comma-separated list of variable names whose values should be displayed in the breakpoint modal. If no variables are specified, only the file, function and line information will be shown.
Buttons
Button |
Description |
Deactivate breakpoints. Stops further breakpoint statements from pausing execution for the remainder of the app's runtime. | |
Continue program execution. Resumes normal execution until another breakpoint is encountered. | |
Step over. Skips the current breakpoint line, and resumes program execution. If the breakpoint is within a loop, the statement is ignored for remaining iterations of the loop. |