Sakrac / IceBroLite

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

Code View Source Overlaps Dissambly #24

Closed paulhocker closed 1 year ago

paulhocker commented 1 year ago

Not a huge thing but sometimes, depending on the length of the symbols, overlapping will occur. This makes it more difficult to view when it is displayed. I did not see anyway to change the width. Thanks.

image

Sakrac commented 1 year ago

Not quite sure how to solve this apart from clipping the disassembly at the point where source starts. Usually I just disable symbols in the disassembly to work around it myself but not so elegant. Any other suggestions?

Sakrac commented 1 year ago

I just tested clipping the disassembly if it overlaps but not if the source line is missing and that's an improvement!