Status bar – Zilog EZ80F916 User Manual
Page 311

UM014423-0607
Using the Debugger
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
291
Figure 93. Debug and Debug Window Toolbars
NOTE: Project code cannot be rebuilt while in Debug mode. The Development Environment will
prompt you if you request a build during a debug session. If you edit code during a debug
session and then attempt to execute the code, the Development Environment will stop the
current debug session, rebuild the project, and then attempt to start a new debug session if
you elect to do so when prompted.
STATUS BAR
The status bar displays the current status of your program’s execution. The status can be
STOP, STEP, or RUN. The STOP mode indicates that your program is not executing. The
STEP mode indicates that a Step operation (using the Step Into, Step Over, or Step Out
command) is in progress. The RUN mode indicates that the program is executing after a
Go command has been issued. In RUN mode, the following debug operations are avail-
able: Reset, Stop Debugging, Break, and enabling/disabling a breakpoint. Note that
enabling/disabling a breakpoint temporarily stops program execution; program execution
resumes after the breakpoint is enabled or disabled. View/read memory, Step Into, Step
Over, Step Out, and Go are disabled in RUN mode.