Chapter 29 Flashcards
1
Q
What is the role of breakpoint interrupt in debugger
A
Debugger stops at the same point every time where the breakpoint has been set up unlike the previous one which stopped at every instruction.
2
Q
What is functionality of breakpoint interrupt handler
A
Breakpoint interrupt handler removes breakpoint interrupt so that the instruction can be executed.