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
  • I disassemble the mon51,I found mon51 never call BEFORE_GO and AFTER_GO,Why? my keil version is V7.1

    Hmmm. We use it all the time for custom monitor configurations and it gets called.

    Have you tried it to see if it works? You could set a port bit in BEFORE_GO and reset the bit in AFTER_GO and use a scope or logic probe to verify.

    Jon

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

    Hmmm. We use it all the time for custom monitor configurations and it gets called.

    Have you tried it to see if it works? You could set a port bit in BEFORE_GO and reset the bit in AFTER_GO and use a scope or logic probe to verify.

    Jon

Children