Sakrac / IceBroLite

External Debugger for VICE 3.5 and higher
55 stars 7 forks source link

Feature Request: Add Option to Hilite Current PC in Code View #39

Closed paulhocker closed 1 year ago

paulhocker commented 1 year ago

I have trouble sometimes finding where I am currently located in code view when the program is paused. It would be great to have an option to let me highlight the line I am currently on instead of the ">" that currently marks the line.

Keep in mind, once I start stepping through the code, it is not that big of a deal, but I do lose a few seconds searching for the ">" when it first breaks, so this is really more of a QOL feature request.

Sakrac commented 1 year ago

sounds good, would something like the box in the watch view be enough? (select an expression, press up/down), or would it be better with something like the purple highlight for the current breakpoint/edit instruction?

Sakrac commented 1 year ago

Added a customizable PC cursor for the code view, set the style in the Layout drop down menu (rectangle or solid, color). You can try it in this build: https://github.com/Sakrac/IceBroLite/releases/tag/Nightly (I added a build so I can share features for testing before making full releases)

paulhocker commented 1 year ago

this looks great!

image

Sakrac commented 1 year ago

Great! I'll make a full release when I have some more stuff.