-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Show current values in debugger #3344
Copy link
Copy link
Open
Labels
DebugIssues related to the Debug component of CutterIssues related to the Debug component of CutterEnhancementLabel requests for new features or to improve existing onesLabel requests for new features or to improve existing ones
Metadata
Metadata
Assignees
Labels
DebugIssues related to the Debug component of CutterIssues related to the Debug component of CutterEnhancementLabel requests for new features or to improve existing onesLabel requests for new features or to improve existing ones
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
argcin the decompiler view andvar_26chin the disassembly (graph) view:In this particular debugging session, I know the value of
argcandvar_26chto be identical tordi(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!