31.12.2013 Views

TOPS-20 PASCAL Language Manual - Bitsavers

TOPS-20 PASCAL Language Manual - Bitsavers

TOPS-20 PASCAL Language Manual - Bitsavers

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

P~SDDT:<br />

THE <strong>PASCAL</strong>-?O DEBUGGER<br />

To reset a tracepoint that you have turned off with CLEAR<br />

9.4.3), use the following format of the TRACE command:<br />

(Section<br />

where:<br />

TRACE (AT) J line number }<br />

tbreak identifier<br />

line number is the line number of an existing tracepoint<br />

that you want to reset.<br />

break identifier is the name of an existing tracepoint that<br />

you want to reset.<br />

The following rules apply to the use of TRACE:<br />

If you specify a trace identifier, but not a line number, the<br />

following happens:<br />

• If there is already a tracepoint with this identifier, this<br />

tracepoint is used.<br />

• If there is no tracepoint with this identifier, an error<br />

occurs.<br />

If you specify a line number, but not a trace identifier, the<br />

following happens:<br />

• If a tracepoint is assigned for this<br />

tracepoint is used.<br />

location,<br />

that<br />

•<br />

If a tracepoint has not been assigned, a new tracepoint is<br />

established with the identifier NO NAME. You can have more<br />

than one tracepoint with the name NO NAME.<br />

If you specify both a line number and a trace identifier, the<br />

following happens:<br />

• If a tracepoint has already been assigned for this location<br />

with this identifier, the previously defined tracepoint is<br />

used.<br />

• If a tracepoint has already been assigned for this location<br />

with a different identifier, an error occurs.<br />

• If a tracepoint has already been assigned at another location<br />

with this identifier, and no tracepoint has been set at this<br />

location, PASDDT prints a warning message. PASDDT then<br />

asks if you want to override the address associated with the<br />

previous tracepoint. If so, the previous tracepoint is<br />

discarded, and a new tracepoint is declared with the given<br />

identifier and location.<br />

9-10

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!