0

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?

Community
  • 1
  • 1
Mike Webb
  • 8,855
  • 18
  • 78
  • 111
  • possible duplicate of [After upgrading eclipse, aptana, pydev, Debugger not working](http://stackoverflow.com/questions/11388503/after-upgrading-eclipse-aptana-pydev-debugger-not-working) – Joran Beasley Jun 21 '13 at 00:04
  • @Joran, this one is different. I have no `code.py` modules in there and it does work, but only if I am connected to the internet. – Mike Webb Jun 21 '13 at 14:36
  • do you have your network adapter disabled? Im pretty sure its just a local port. If you have your adapter disabled try and enable it and just be disconnected ... if it is enabled I have no idea :/ – Joran Beasley Jun 21 '13 at 15:35

0 Answers0