I frequently run disconnected from the internet on my laptop and started Eclipse with Aptana and PyDev installed and running. The issue is that I get the following error when trying to debug a Python file or when trying to use intellisense:
Unexpected error setting up the debugger
Socket operation on nonsocket: configureBlocking
My versions are:
Eclipse: 3.5.2 (Java EE IDE for Web Developers)
Aptana: 3.0.3
PyDev: 2.2.1
When I am connected it works fine. How do I get the debugger working even though I am not on the internet?
EDIT
It has been proposed that this is a duplicate of this question, but it is not the same issue. The debugger works but only when I am connected to the internet. Is it the Python side of PyDev that is trying to access a socket or is it the Java side of Eclipse?