Inserting breakpoints, Viewing breakpoints, Inserting breakpoints viewing breakpoints – Zilog ZUSBOPTS User Manual
Page 372: Figure 154. setting a breakpoint

Using Breakpoints
UM017105-0511
344
Zilog Developer Studio II – ZNEO™
User Manual
Inserting Breakpoints
There are three ways to place a breakpoint in your file:
•
Click the line of code in which you want to insert the breakpoint. You can set a break-
point in any line with a blue dot displayed to the left of the line (shown in Debug mode
only). Next, click the
Insert/Remove Breakpoint
button (
) on the Build or
Debug toolbar.
•
Click the line in which you want to add a breakpoint and select
Insert Breakpoint
from the context menu. You can set a breakpoint in any line with a blue dot displayed
to the left of the line (shown in Debug mode only).
•
Double-click in the gutter to the left of the line in which you want to add a breakpoint.
You can set a breakpoint in any line with a blue dot displayed to the left of the line
(shown in Debug mode only).
A red octagon shows that you have set a breakpoint at that location; see Figure 154.
Viewing Breakpoints
There are two ways to view breakpoints in your project:
•
Select
Manage Breakpoints
from the
Edit
menu to display the
Breakpoints
dialog
box; see Figure 155.
•
Select
Edit Breakpoints
from the context menu to display the
Breakpoints
dialog
box.
Figure 154. Setting a Breakpoint