Skip to content

Show current values in debugger #3344

@mb720

Description

@mb720

Is your feature request related to a problem? Please describe.

While debugging, it would help immensely to see the current value of variables in the decompiler and disassembly views.

Describe the solution you'd like

For example, it would be nice to inspect the current value of argc in the decompiler view and var_26ch in the disassembly (graph) view:

debugging in Cutter

In this particular debugging session, I know the value of argc and var_26ch to be identical to rdi (arrow on the lower right), but in more complicated scenarios, being able to inspect current values would be very useful.

This could be visualized either via a table of variable names and their values, and/or via mouseover, as discussed in this feature request.

Thanks a lot for Cutter!

Metadata

Metadata

Assignees

No one assigned

    Labels

    DebugIssues related to the Debug component of CutterEnhancementLabel requests for new features or to improve existing ones

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions