Remote debugging

I

Ian McCarty

Hi,

Wondering if someone could help me out. I'm trying to setup remote
debugging of my C# app. I've followed the instructions in MSDN and I've
setup full remote debugging on the target (in fact I have a full install
of VS.NET 2003 on the target now). The problem is that it always runs
locally.

I've checked the RPC calls using RPCPING.exe and DCOM is setup correctly
(as far as I'm aware).

I'm running ZoneAlarm and I notice that it *never* attempts to connect
to the target. Yes, I have also tried with ZoneAlarm disabled ....
reboot ... the works.

Under VC++ 6 I often use msvcmon.exe to debug remotely. Haven't tried
using msvcmon.exe with VC++ 7.

My app uses interop to communicate with an unmanaged DLL, but I have
also tried remote debugging a simple app with no success.

Any help would be appreciated.

Thanks, Ian.
 
D

Doug Forster

Hi Ian,

Works ok for me. What project settings are you using? Remote debugging
enabled? Start action / Debug mode? Start action / Start application ? etc.
Are you a member of debugger users group ?

Cheers

Doug Forster
 

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