Native Inspect Manual (H06.13+, J06.03+)

Example
To display memory using the Debug-compatible a and d commands:
(eInspect 3,663): d 0x8005884 10
0x8005884: 0x6d6f6e69 0x746f7200 0x00000000 0x00000000
0x8005894: 0x00000000 0x00000000 0x00000000 0x00000000
0x80058a4: 0x00000000 0x00000000
(eInspect 3,663): a 0x8005884 10
0x8005884: .moni. .tor.. ...... ......
0x8005894: ...... ...... ...... ......
0x80058a4: ...... ......
delete Command
Deletes code breakpoints.
If you not specify any breakpoint numbers, Native Inspect prompts you for confirmation before
deleting all the breakpoints associated with the current process.
delete [breakpoints][breakpoint-number...]
Where:
breakpoint-number
The number of the breakpoint or catch event that you want deleted. You can delete only
breakpoints that are associated with the current process or global breakpoints. Deleted
breakpoint numbers are not reassigned.
To determine a breakpoint number, use the info Command with the breakpoints option.
delete display Command
Deletes an expression from the list of expressions that are automatically displayed when the program
is suspended.
If you do not specify a value for number, the command deletes all automatic display expressions.
delete display [number]
Where:
number
An ordinal number that identifies one expression on the automatic display list.
Consideration
To specify an expression for automatic display, use the display command. (See display
Command (page 76).)
To display the expressions on the automatic display list do the following:
Use the info command with the display option. (See info Command (page 86).)
Use the display command with no arguments.
detach Command
Disassociates Native Inspect from the current process or from a specified process. Removes the
current process from the set of processes being debugged and allows the process to continue
executing.
If only one process is being debugged by Native Inspect, there is no current process after you
enter the detach command.
If you do not enter a pin or process name, this command detaches Native Inspect from the current
process.
delete Command 73