PC breakpoint sometimes does not stop code execution
Commodore 64, Atari XL/XE and NES debugger that works in real time.
Brought to you by:
slajerek
In some situations PC breakpoint will not stop code execution: when breakpoint
is set to address of manual jump to code (also jmp from command line), and
first instruction of interrupt code. As a workaround please set breakpoint to
next instruction after the interrupt or jmp address.
Fixed with Vice 3.1 integration.