Dotneteer / spectnetide

ZX Spectrum IDE with Visual Studio 2017 and 2019 integration
MIT License
206 stars 27 forks source link

When changing the ORG address in a loaded project, the debugger won't stop at the designated breakpoints #172

Closed Dotneteer closed 4 years ago

Dotneteer commented 4 years ago

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.

Dotneteer commented 4 years ago

Fixed, will be released in v2 Preview 5.

Dotneteer commented 4 years ago

Released in v2 Preview 5.