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