Sakrac / IceBroLite

External Debugger for VICE 3.5 and higher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code View Source Overlaps Dissambly

paulhocker opened this issue · comments

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

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?

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