This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

single step into an interrupt routine

Is there a way to prevent the debugger from single stepping into an interrupt routine. To disable interrupts help but it is awkward.

Parents
  • "BEFORE_GO is called by the monitor every time it passes control to your program
    AFTER_GO is called every time your program passes control back to Mon51, i.e. during a Breakpoint or during Single Step."

    I disassemble the mon51,I found mon51 never
    call BEFORE_GO and AFTER_GO,Why? my keil version is V7.1

Reply
  • "BEFORE_GO is called by the monitor every time it passes control to your program
    AFTER_GO is called every time your program passes control back to Mon51, i.e. during a Breakpoint or during Single Step."

    I disassemble the mon51,I found mon51 never
    call BEFORE_GO and AFTER_GO,Why? my keil version is V7.1

Children