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
priyamjm - 01 Jun 2004 15:39 GMT
You have to know which process is loading your dll. Now you can attach to
that process to debug your dll.
> 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?
> Thanks