maziac / DeZog

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

zesaruxext: logpoints not shown during stepping #31

Closed maziac closed 3 years ago

maziac commented 3 years ago

Logpoints are not shown if the step and the log point share the same address. The log from the log point is simply suppressed.

maziac commented 3 years ago

It works with 'continue'. The problem is not inside DeZog. It is inside ZesaruxExt. On step no log point log is made.

maziac commented 3 years ago

Works now.