views:

138

answers:

1

Is it possible to add CPU registers (RAX, EAX, flags, etc etc) with a specific syntax in a watch window so they are displayed like regular variables and printed in base-10 (or hex if Hexadecimal Display is on) ?

e.g:

if Registers window shows RAX = 00000000027A6468, adding %rax to watch would result in:

Name    Value       Type
%rax    41575528    CPU Register

Thanks !

+3  A: 

Pseudovariables

Sheng Jiang 蒋晟
Surely qualifies as one of the shortest useful answers on SO. :-)
Bevan
Thanks! Is it possible to have them in managed code too ?
Stringer Bell
sorry, no. Use the register window instead. Note it is removed in Express versions and hidden by default in Pro/Team versions.
Sheng Jiang 蒋晟
Dang, this doesn't work with the FPU CTRL register. Any ideas how to "watch" that one?
I would suggest you to request it on connect.microsoft.com
Sheng Jiang 蒋晟