To Step Through The Program; To Step Over Functions; To Delete A Breakpoint - HP B1476 68020 User Manual

Debugger/emulator
Table of Contents

Advertisement

Chapter 2: Getting Started with the Standard Interface

To step through the program

To step through the program
You can execute one source line (high-level mode) or one instruction
(assembly-level mode) at a time by stepping through the program.
• Using the command line, enter:
Program Step
You can step again by just pressing <Return>.
As the debugger steps through the program, you can see the PC progress
through the source code, as shown by the inverse video line in the Code
window.

To step over functions

You can either step through functions or step over functions. When you step
over a function, it is executed as a single program step.
• Using the command line, enter:
Program Step Over

To delete a breakpoint

Once you set a breakpoint, program execution will break each time the
breakpoint is encountered. If you don't want to break on a certain breakpoint
again, you must delete the breakpoint. Suppose you want to delete the
breakpoint that was previously set at the statement "update_system()".
1 Run the program up to the breakpoint:
46

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1476 68030

Table of Contents