maziac / DeZog

Visual Studio Code Debugger for Z80/ZX Spectrum.
MIT License
212 stars 35 forks source link

Breakpoint on multi-instruction line #42

Closed maziac closed 3 years ago

maziac commented 3 years ago

DeZog v2.1 (probably also earlier)

  1. Set a breakpoint to a multi instruction line.
  2. Run.
  3. Breakpoint hit

Bildschirmfoto 2021-01-05 um 14 05 27

Breakpoint is hit at the last instruction of the line. Should be on the first instruction.