I'm using the Visual Studio 2012 Remote debugguer and it works fine. But I'm not getting a lot of informations.
I agree with the fact that I can't have the source code when an unhandled exception is throw but I'm surprised that the remote debugguer don't send me the line or the function or simply the stacktrace.
All I got is, for example :
Unhandled ArgumentNullException in System.core.dll
Is there a way to compile a program (with VS 2012) that can send more information in remote debugging?
Check following points :