Remote debugging

Remote debugging

am 21.04.2008 10:29:57 von Walter Sobchak

I'm trying to remote debug an isapi filter.
My computer is windows xp sp2, and the remote computer is win 2003
enterprise.The remote computer is a domain controller in a different domain.
After I run msvsmon.exe on the remote machine and configure that anybody
can connect to debug I successfully attach to the inetinfo.exe process
but the execution doesn't stop on my breakpoints.
I copied the whole debug folder including the .pdb file.
The firewall is set up correctly.

Any ideas why doesn't this work?

Re: Remote debugging

am 22.04.2008 12:31:55 von Walter Sobchak

The problem was that the IIS on the remote computer is version 6.0.
So I had to attach to w3wp.exe instead of inetinfo.exe.
Now I can only use the debugging if I invoke the browsing in iis manager
with right click -> browse.

That is not good enough. I'd like invoke debugging within a web browser..


Walter Sobchak wrote:
> I'm trying to remote debug an isapi filter.
> My computer is windows xp sp2, and the remote computer is win 2003
> enterprise.The remote computer is a domain controller in a different
> domain.
> After I run msvsmon.exe on the remote machine and configure that anybody
> can connect to debug I successfully attach to the inetinfo.exe process
> but the execution doesn't stop on my breakpoints.
> I copied the whole debug folder including the .pdb file.
> The firewall is set up correctly.
>
> Any ideas why doesn't this work?
>

Re: Remote debugging

am 23.04.2008 18:52:35 von patfilot

Have you verified that the symbols are being successfully found? It could
be an environment issue (i.e. PATH & SYMBOL_PATH) are likely different on
the two machines.


Pat



"Walter Sobchak" wrote in message
news:fukeqr$ddu$1@news.metronet.hr...
> The problem was that the IIS on the remote computer is version 6.0.
> So I had to attach to w3wp.exe instead of inetinfo.exe.
> Now I can only use the debugging if I invoke the browsing in iis manager
> with right click -> browse.
>
> That is not good enough. I'd like invoke debugging within a web browser..
>
>
> Walter Sobchak wrote:
>> I'm trying to remote debug an isapi filter.
>> My computer is windows xp sp2, and the remote computer is win 2003
>> enterprise.The remote computer is a domain controller in a different
>> domain.
>> After I run msvsmon.exe on the remote machine and configure that anybody
>> can connect to debug I successfully attach to the inetinfo.exe process
>> but the execution doesn't stop on my breakpoints.
>> I copied the whole debug folder including the .pdb file.
>> The firewall is set up correctly.
>>
>> Any ideas why doesn't this work?
>>