Moving to a breakpoint, Enabling breakpoints, Disabling breakpoints – Zilog Z8F0130 User Manual

Page 430: Moving to a breakpoint enabling breakpoints

Advertising
background image

Using the Debugger

UM013037-1212

406

Zilog Developer Studio II – Z8 Encore!
User Manual

Moving to a Breakpoint

To quickly move the cursor to a breakpoint you have previously set in your project, per-
form the following tasks:

1. Select

Manage Breakpoints

from the

Edit

menu. The

Breakpoints

dialog box is dis-

played.

2. Highlight the breakpoint you want.

3. Click

Go to Code

.

Your cursor moves to the line in which the breakpoint is set.

Enabling Breakpoints

To make all breakpoints in a project active, perform the following tasks:

1. Select

Manage Breakpoints

from the

Edit

menu. The

Breakpoints

dialog box is dis-

played.

2. Click

Enable All

.

Check marks are displayed to the left of all enabled breakpoints.

3. Click

OK

.

There are three ways to enable one breakpoint:

Double-click the white octagon to remove the breakpoint and then double-click where
the octagon was to enable the breakpoint.

Place your cursor in the line in the file in which you want to activate a disabled break-
point and click the

Enable/Disable Breakpoint

button on the

Build

or

Debug

toolbar.

Place your cursor in the line in the file in which you want to activate a disabled break-
point, right-click to display the context menu, and select

Enable Breakpoint

.

The white octagon becomes a red octagon to indicate that the breakpoint is enabled.

Disabling Breakpoints

There are two ways to make all breakpoints in a project inactive:

Select

Manage Breakpoints

from the

Edit

menu to display the

Breakpoints

dialog

box. Click

Disable All

. Disabled breakpoints are still listed in the

Breakpoints

dialog

box. Click

OK

.

Click the

Disable All Breakpoints

button on the

Debug

toolbar.

There are two ways to disable one breakpoint:

Advertising