[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::decladebug

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

965.0. "stopi and stopping at instructions" by DECCXL::OUELLETTE (mudseason into blackfly season) Fri May 30 1997 21:21

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.RTitleUserPersonal
Name
DateLines
965.1Don't worry about the variable...QUARRY::petertrigidly defined areas of doubt and uncertaintyMon Jun 02 1997 09:599
> 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