Debugging C# app from other computer -
i know there lot of topics it, didnt find in there.
i have c# app works charm me, not other clients, , exceptions says nothing it, because works me. inside code of opened app on other client, doesnt have visual studio. found remote debuggger, , connects, debugs if have exception, code looks this:
6e93be84 cmp dword ptr [ecx],ecx 6e93be86 call 6e93d430 6e93be8b pop ecx 6e93be8c pop ebx 6e93be8d pop esi 6e93be8e pop edi i not pro, not read yet such things :d there possibility debug real code breakpoints etc?
realy thank tips
it possible remote debugging when have pdb , source code files moment made application client. more information can found here: http://msdn.microsoft.com/en-us/library/vstudio/bt727f1t(v=vs.100).aspx
Comments
Post a Comment