prb28 / vscode-amiga-assembly

Amiga Assembly extension for Visual Studio Code
GNU General Public License v3.0
178 stars 12 forks source link

WinUAE debug: execution is stopped at the instruction after the one with the breakpoint #287

Closed padnest closed 2 months ago

padnest commented 8 months ago

example:

START: jsr disableAllInterrupts ; breakpoint here

execution is stopped after the jsr (in the subroutine disableAllInterrupts)

prb28 commented 7 months ago

Is it the first instruction of your program ?