Granta Guy
2008-01-17 15:42:01 UTC
Hello,
I have a mixed (native and .Net) project, and I'm getting an error that I
can't reproduce on my production machine.
I've spent most of the day trying to figure out remote debugging. I've build
my release build with symbols, so I'm generating a .pdb, I've managed to run
msvsmon on the remote machine, can connect, start up my remote application,
but I cannot set any breakpoints. If I force an error, I can get a successful
break into MFC code, but not my own - and the call stack won't show my code
either.
I've set the debugging symbols up to point to the remote machine (as a
shared folder), and VS reports that it has loaded them successfully.
How can I get a useful call stack, and how can I load breakpoints?
I have a mixed (native and .Net) project, and I'm getting an error that I
can't reproduce on my production machine.
I've spent most of the day trying to figure out remote debugging. I've build
my release build with symbols, so I'm generating a .pdb, I've managed to run
msvsmon on the remote machine, can connect, start up my remote application,
but I cannot set any breakpoints. If I force an error, I can get a successful
break into MFC code, but not my own - and the call stack won't show my code
either.
I've set the debugging symbols up to point to the remote machine (as a
shared folder), and VS reports that it has loaded them successfully.
How can I get a useful call stack, and how can I load breakpoints?