maziac / DeZog

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

Fix wrong (missing) call to codeCoverageEnabled #6

Closed andrivet closed 4 years ago

andrivet commented 4 years ago

codeCoverageEnabled was tested directly in the if-s, but it is fact a function, not a field.

maziac commented 4 years ago

Thanks for pointing this out.

The code coverage feature is undergoing some changes. I guess I also have to change the Settings parameters.