I am debugging a C# program which uses double precision arithmetic. I would
like to view the contents of the floating point registers. I can open the
registers window when my program reaches a breakpoint but the only groups
that are available are CPU, CPU Segments and Flags. How do I view the
floating point registers?
I am running on a 3.2 GHz Pentium 4.
I can view all the registers just fine using the Visual Studio C++ 6.0
debugger
Howard Weiss
Howard Weiss - 25 Jun 2004 13:55 GMT
Also, I can access all the registers from a Managed C++ project. Why not
C#?
Howard Weiss
> I am debugging a C# program which uses double precision arithmetic. I would
> like to view the contents of the floating point registers. I can open the
[quoted text clipped - 8 lines]
>
> Howard Weiss