code-debug icon indicating copy to clipboard operation
code-debug copied to clipboard

[Feature Request] Support view register values

Open hez2010 opened this issue 5 years ago • 2 comments

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.

hez2010 avatar Mar 07 '20 08:03 hez2010

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.

nirvdrum avatar Apr 28 '21 05:04 nirvdrum

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

GitMensch avatar Mar 04 '22 15:03 GitMensch