maziac / DeZog

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

Re-entering a unit test after stepping does not break (3.0) #100

Closed maziac closed 1 year ago

maziac commented 1 year ago

DeZog 3.0 (maybe also 2.7?) CSpect or zsim. z80-sample-program

Bildschirmfoto 2022-11-16 um 20 31 52

  1. Set BP at first line in UT_fill_memory
  2. Debug testcase UT_fill_memory
  3. Step completely through it, step over TC_END
  4. Re-debug the same test case.

Result the vscode UI does not react on the break. State is still running. Bildschirmfoto 2022-11-16 um 20 33 54

Heal by restarting the DeZog extension.

Probably the internal state is wrong.

maziac commented 1 year ago

Fixed in 3.0.