| Title: | Digital Ladebug debugger |
| Moderator: | TLE::LUCIA |
| Created: | Fri Feb 28 1992 |
| Last Modified: | Fri Jun 06 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 969 |
| Total number of notes: | 3959 |
help stopi starts with this text:
(ladebug) help stopi
stopi <variable>
stopi [<variable>] if <expression>
stopi [<variable>] at <address> [if <expression>]
Enter the 'stopi' command with a variable to suspend execution
when the variable value changes.
this is inconsistant with the info in "help commands"
stopi Set a breakpoint at an instruction.
How do I set a breakpoint on an instruction?
stopi 0xhexaddress
tells me it's going to wait for the instruction to change.
That'd be nice if it were data and a variable, but it's an
instruction.
R.
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 965.1 | Don't worry about the variable... | QUARRY::petert | rigidly defined areas of doubt and uncertainty | Mon Jun 02 1997 09:59 | 9 |
> stopi [<variable>] at <address> [if <expression>] Use this variation with just the 'at' and 'address' stopi at 0xhexaddress That should do it for you. PeterT | |||||