How to debug a dll in a remote machine?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, al

I want to debug a dll which will run in a remote machine. I set up the remote debuging setting properly. And set the "Remote Command" as the program name which will load the dll. Then I "start" the program. But vc always popup a window to let me input the executable file name. I can't execute a remote program if my project's output is dll

Thanks
 
You have to know which process is loading your dll. Now you can attach to
that process to debug your dll.

lawrencelee said:
Hi, all

I want to debug a dll which will run in a remote machine. I set up the
remote debuging setting properly. And set the "Remote Command" as the
program name which will load the dll. Then I "start" the program. But vc
always popup a window to let me input the executable file name. I can't
execute a remote program if my project's output is dll?
 
Back
Top