empathicqubit/vscode-cc65-debugger

The selection CPU count remains on the screen when there is no selection

Closed this issue · 6 comments

The selection CPU count remains on the screen when the selection is cleared.

Personally, I think displaying this in the hover-over is sufficient.

Also, it indicates the ALT+mouse is required, but ALT doesn't seem to be necessary.

I don't consider this a bug, but there is some general weirdness with the cycle counters that I will try to fix.

ALT+mouse isn't required, but lets you select lines individually.
Screenshot 2022-06-01 031503

I would consider it a bug - you're left with a random green CPU count on the screen that has no relationship to anything? Anyway, your call :)

Also, sometimes the input buffer gets corrupted by that CPU count, and then you need to restart. A hotkey to switch it off, reset it and switch it back on again would be REALLY helpful.

There is a toggle in the command palette @KlausLoeffelmann which you should be able to assign to a hotkey, but I'll see if I can make the rendering less obnoxious

Okay, please check the behavior in 6.3.6 if you can. It updates more often, the main thing I'm not sure about is if it performs well.

I'll take a look!
Thanks for updating!