[wingide-users] connect to existing WSGI/apache server?
Wing IDE Support
support at wingware.com
Mon Feb 7 16:54:22 MST 2011
On 2/7/11 6:45 PM, Chris Curvey wrote:
>
> 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:
You're looking for the attach port (50015 by default) and may need -a to
list the listening sockets.
We probably want to take any further details of your setup off list.
Thanks,
John
More information about the wingide-users
mailing list