To Set An Instruction Breakpoint - HP 68000 Series User Manual

Debugger/simulator
Table of Contents

Advertisement

Access breakpoints cause the debugger to halt program execution each time
the target program reads from or writes to the specified memory location(s).
Memory locations can contain code or data.
Examples
To cause execution to halt each time the program reads from or writes to the
variable current_temp:
Breakpt Access &current_temp
To cause execution to halt each time the program reads from the variable
current_temp:
Breakpt Read &current_temp
To cause execution to halt each time the program writes to the variable
current_temp:
Breakpt Write &current_temp

To set an instruction breakpoint

• Position the mouse pointer in the code window over the line at which you wish
to set a breakpoint. Either click the right mouse button, or press and hold the
right mouse button to display the Debugger Display pop-up menu and choose
Set/Clear Breakpoint from the menu.
Or:
• Enter the instruction address into the entry buffer, then select
Breakpoints→Set→Instruction ().
Or:
• Using the command line, enter:
Breakpt Instr <addr>
Chapter 3: Loading and Executing Programs
Using Breakpoints
91

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1466

Table of Contents