Link to home
Start Free TrialLog in
Avatar of deleyd
deleydFlag for United States of America

asked on

View registers and assembly code when debugging?

When debugging a C# program in Visual Studio 2010, how do I bring up the window that shows the assembly code and the registers?
ASKER CERTIFIED SOLUTION
Avatar of dj_alik
dj_alik

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of deleyd

ASKER

How do I view the JIT compiler generated x86 disassembly when debugging?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of deleyd

ASKER

OK in that case, how can I view the hexadecimal representation of a floating point variable such as x, and how can I determine the memory position where x is stored?
Avatar of deleyd

ASKER

Interesting article. Useful information. I found the disassembly window under DEBUG -> WINDOWS.