How to debug a dll in a remote machine?

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
 
P

priyamjm

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top