beautypg.com

Using breakpoints, Inserting breakpoints, Ee the – Zilog Z8F0130 User Manual

Page 428: S, see the, E the

background image

Using the Debugger

UM013037-1212

404

Zilog Developer Studio II – Z8 Encore!
User Manual

Clear the buffered output for the selected UART.

Copy selected text to the Windows clipboard.

The

Simulated UART Output

window is available only when the Simulator is the active

debug tool.

Using Breakpoints

This section to describes how to work with breakpoints while you are debugging. The fol-
lowing topics are covered:

Inserting Breakpoints

– see page 404

Viewing Breakpoints

– see page 405

Moving to a Breakpoint

– see page 406

Enabling Breakpoints

– see page 406

Disabling Breakpoints

– see page 406

Removing Breakpoints

– see page 407

Inserting Breakpoints

There are three ways to place a breakpoint in your file:

Click the line of code in which you want to insert an active breakpoint. You can set an
active breakpoint in any line with a blue dot displayed to the left of the line (the blue
dots are displayed after clicking the

Reset

button to enter

Debug

mode). Click the

Insert/Remove Breakpoint button (

) on the

Build

or

Debug

toolbar.

Click the line in which you want to add an active breakpoint, right-click to display the
context menu, and select

Insert Breakpoint

. You can set an active breakpoint in any

line with a blue dot displayed to the left of the line (the blue dots are displayed after
clicking the

Reset

button to enter

Debug

mode).

Double-click in the gutter to the left of the line in which you want to add an active
breakpoint. You can set an active breakpoint in any line with a blue dot displayed to
the left of the line (the blue dots are displayed after clicking the

Reset

button to enter

Debug

mode). Inactive breakpoints can be placed on any line but cannot be made

active.

A red octagon shows that you have set a breakpoint at that location.

Note: