When I change the ORG address in a .z80asm file, the next time I run the code, the debugger does not stop at the breakpoints. Changing back the ORG address, the debugger works again.
The reason of this behavior is that the IDE uses the cached breakpoint table.
When I change the ORG address in a
.z80asm
file, the next time I run the code, the debugger does not stop at the breakpoints. Changing back the ORG address, the debugger works again. The reason of this behavior is that the IDE uses the cached breakpoint table.