Visual studio tells me that 64-bit managed+unmanaged code debugging is not supported. Has anyone managed to resolve this problem?
+1
A:
I've seen this problem too with the 64-bit debugger. Do you definitely need to debug both at the same time?
If not, when you need to debug native code you could run the managed application and the attach the debugger manually selecting "Native Code" as the debug type (as opposed to Automatic which might select both Managed and Native).
John Sibly
2009-09-18 11:09:04
I'd prefer to debug both, but I'll try this 'Native Code' method, thanks.
Dmitri Nesteruk
2009-09-19 05:50:37