Page 1 of 1

Tip: Getting a variable in hex on Watch Window

Posted: Thu Sep 17, 2009 8:08 pm
by Neo
It is possible to get all variables in hex by right clicking on watch window and click on Hexadecimal Display. However sometimes this is a problem as we only need the hex value of a single variable.

We can do this by adding ",x" to end f variable on watch window. Hope this will help your work.