Hi there, I hope someone can help me with my problem.
I want to use remote debugging. The Program, that I want to debug runs on machine b. Visual Studio runs on machine a. On machine b I have a folder with the following files
msvcr72.dll msvsmon.exe NatDbgDE.dll NatDbgDEUI.dll NatDbgEE.dll NatDbgEEUI.dll
If you think, there are files missing, could you also describe, where I find them usually? In the next step I start the msvsmon.exe and my program on machine b. On machine a I start Visual Studio 2008 and my solution in which the program was written. Then I choose Debug - Attach to Process. I take Remote Transport (Native Only with no authentication). I use the correct IP as qualifier and take the right process (program.exe). After a while the following message occurs in a popup-window
"Unhandled exception at 0x7c812a7b in program.exe: 0xE0434F4D: 0xe0434f4d"
I have the possibility to continue or break, when continuing the exception-message occurs again and again and again. So I pressed break and then the following message occurs
"No symbols are loaded for any call stack frame. The source code cannot be displayed.
I hope someone can help me. Thanks for any effort.
Greets
Sebastian