Mac pydev debugging setup error - socket closed

44 Views Asked by At

I am a Mac user and have pydev 10.2.0 installed on Eclipse. I am able to run my simple lines of code, but when I hit the debug option it comes up with the error pictured. I am wondering if it has anything to do with my path configurations. Also pictured is the module the error message is referencing.

Error message Referenced code

I have tried uninstalling pydev and reinstalling, but it did nothing.

1

There are 1 best solutions below

0
Bill Weatherwax On

After iOS 17.0 released, I received "socket closed" error when debugging with Eclipse PyDev. The console message showed that XCode required my agreement.

I opened XCode and accepted the agreement. The error no longer occurred.