Breakpt Clear_All - HP 68000 Series User Manual

Debugger/simulator
Table of Contents

Advertisement

Chapter 9: Debugger Commands
Breakpt Access
See Also

Breakpt Clear_All

Breakpt Delete
Breakpt Erase
Breakpt Instr
Examples
To set a breakpoint on accesses of addresses 'assign_vectors' through
'assign_vectors' + 16:
Breakpt Access &assign_vectors..+16
To set a breakpoint on access of the address of the variable 'current_temp':
Breakpt Access &current_temp
To stop program execution when the value of variable system_running is set or
read as TRUE:
Breakpt Access &system_running; when (system_running==1)
The predefined macro 'when' is executed when the breakpoint is encountered.
268
Breakpt Read
Breakpt Write
Program Run
Program Step

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1466

Table of Contents