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

[Feature Request] Support view register values #214

Open
hez2010 opened this issue Mar 7, 2020 · 2 comments
Open

[Feature Request] Support view register values #214

hez2010 opened this issue Mar 7, 2020 · 2 comments

Comments

@hez2010
Copy link

hez2010 commented Mar 7, 2020

I think it's necessary to monitor register values in native debug.

Currently we have to use info all-register to see register values during a debug session, I hope that Native Debug can provide a window to show values in registers.

Thanks.

@nirvdrum
Copy link

While not ideal, you can set watch points for registers (e.g., use $rax to watch RAX). It would be convenient if these were automatically established.

@GitMensch
Copy link
Collaborator

see also #242 (so far that's a separate view, but we should provide those as variables)

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

No branches or pull requests

4 participants