[wingide-users] connect to existing WSGI/apache server?
Chris Curvey
chris at chriscurvey.com
Mon Feb 7 16:45:02 MST 2011
>
>
> Is the process listening on the attach port? You can check with netstat
> run from a command line. If it is listening, it may not accept the connect
> if no Python code is run, which could happen if it's blocked in a C function
> call somewhere. In this case, you could try attaching with gdb in on
> non-Windows or Visual Studio on Windows.
>
I have a feeling that it's not listening. Here's the output from netstat:
C:\>netstat
Active Connections
Proto Local Address Foreign Address State
TCP 127.0.0.1:50871 zgabillingauto1:50872 ESTABLISHED
TCP 127.0.0.1:50872 zgabillingauto1:50871 ESTABLISHED
TCP 192.168.2.86:139 zgadell1410:4143 ESTABLISHED
TCP 192.168.2.86:3389 zgadell1395:50520 ESTABLISHED
TCP 192.168.2.86:53369 scom1:5723 ESTABLISHED
TCP 192.168.2.86:54197 209-156-232-174:http CLOSE_WAIT
TCP 192.168.2.86:54391 209-156-232-174:http CLOSE_WAIT
TCP 192.168.2.86:54434 209-156-232-174:http CLOSE_WAIT
TCP 192.168.2.86:54478 ad1:epmap ESTABLISHED
TCP 192.168.2.86:54479 ad1:49158 ESTABLISHED
But I'm not really sure what I'm looking for
>
> Thanks,
>
> John
>
--
Ignoring that little voice in my head since 1966!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/wingide-users/attachments/20110207/e63c8631/attachment.html
More information about the wingide-users
mailing list