Skip to content

Inconsistent value representations in debugger #107

@pabu

Description

@pabu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions