Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show current values in debugger #3344

Open
mb720 opened this issue May 20, 2024 · 0 comments
Open

Show current values in debugger #3344

mb720 opened this issue May 20, 2024 · 0 comments

Comments

@mb720
Copy link

mb720 commented May 20, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant