Native Inspect Manual (H06.03+)

Table Of Contents
Syntax of Native Inspect Commands
Native Inspect Manual528122-003
3-17
commands command
commands command
Sets the commands to be executed when a breakpoint is hit. Enter the commands
starting on the next line. To indicate the end of the commands, enter a line containing
only the word end.
The commands command is useful when you are starting Native Inspect to examine a
snapshot or debug a running process.
If you omit breakpoint-number, Native Inspect assumes the last breakpoint that you
set.
breakpoint-number
is the number of the breakpoint at which you want the commands to be executed.
Example
To define breakpoint actions:
comment command
A Tcl command that introduces a line of comment.
Alias: # command
Either comment or # must be the first nonblank character in the line. The entire line is
then treated as a comment.
commands [ breakpoint-number ]
(eInspect 1,329):commands 1
Type commands for when breakpoint 1 is hit, one per line.
End with a line saying just "end".
>print PCB
>end
{ comment | # } [ text ]