-
Notifications
You must be signed in to change notification settings - Fork 28
Description
When I look at different sections in the debug "VARIABLES" pane across the different sections ("Locals", "Symbols", ..), I see inconsistent representations of integer values for no apparent reason to me. I see at least 3 variants:
"[hex] ([dec])"
"[dec] ([hex])"
"[dec]"
The most common one is "[hex] ([dec])" which I strongly agree with. The last one "[dec]" is notably the way 16 bit values are represented in "Locals" when I debug my oscar64-based project. To understand what I am looking at, I often find myself having to convert large decimal values to hex manually - a time consuming process.
Thanks @rolandshacks for all the hard work you put into this! VS64 has been a great source of joy the past few days. Me and an old friend just started making a C64 game for fun. Last time we did that on a C64 was 40+ years ago.