HP 68000 Series User Manual page 295

Debugger/simulator
Table of Contents

Advertisement

3
See Also
Breakpt Access
Breakpt Clear_All
Breakpt Delete
Breakpt Read
Examples
To set an instruction breakpoint at line 82 of the current module:
Breakpt Instr #82
To set an instruction breakpoint at line 83 of the current module only when
the system is running (using the predefined macro 'when'):
Breakpt Instr #83; when (system_running)
To set an instruction breakpoint starting at address 10deh and ending at
address 10e4h:
Breakpt Instr 10deh..10e4h
To set instruction breakpoints beginning on lines 15 through 25 of module
'initSystem':
Breakpt Instr initSystem\#15..#25
– If the macro return value is false (zero), the debugger returns to
command mode without executing the instruction where the break
occurred and displays breakpoint information.
Returns to command mode without executing the instruction where the
break occurred if no macro was attached and displays breakpoint
information.
Breakpt Write
Program Run
Program Step
Chapter 9: Debugger Commands
Breakpt Instr
273

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1466

Table of Contents