Visual Studio "Registers" Window- show register content as decimal? -


in visual studio debugging window "registers", there way display register contents decimal?

(i using 2013)

i know old post, regardless:

using visual studio 2015 (may different in version), go debug > windows > watch > watch 1.

in window opens, type in names of registers want see in decimal, , hit enter.

enter image description here

the data listed under "value" on left shows decimal value of register. can used watch variables in same manner.


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -