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 too have found this to be a problem in the past. The only solution I have found is to manually change the EA bit. The worst thing about this is remembering to put it back as it was before pressing run.

    It would be nice to have a button on the debug toolbar that disables interrupts while single stepping.

Reply
  • I too have found this to be a problem in the past. The only solution I have found is to manually change the EA bit. The worst thing about this is remembering to put it back as it was before pressing run.

    It would be nice to have a button on the debug toolbar that disables interrupts while single stepping.

Children