This section describes how you can debug running applications by using ATEasy commands and tools. It contains the following topics.
Topic |
Description |
Sends debugging messages to their own window. |
|
Tests code without having to insert it into the current program. |
|
Executes a selected portion of code. |
|
Executes a selected portion of code repeatedly. |
|
Executes a selected task. |
|
Executes a selected test. |
|
Execute the current program. |
|
Execute a selected form. |
|
Inspects the values of global and local variables during a pause in execution; examines the stack of subroutines called at a given point in the program. This window also shows the last values after execution. |
|
Marks places in the program where execution will be halted. |
|
During Pause in the code view, you can view value of each variables of code by setting the cursor on top of variables. |
|
A place to view program status such as whether the program is running or paused, the task and test being executed, and more. |
|
Alters the flow of a paused program in executing or ignoring subroutines. |
|
A window used to view or selected variables and expressions values. The last values will be shown after execution. |
|
During Pause, you can inspect each variable value on Variable Window by selecting it. The value will be display in a tooltip window. |
|
How variables values are displayed, for integers how to display their hexadecimal values. Also explain about where you can see variables values and the Watch Visualizer window. |