fabioz / PyDev.Debugger

Sources for the debugger used in PyDev, PyCharm and VSCode Python
Eclipse Public License 1.0
434 stars 122 forks source link

Make pydevd sockets work in emscripten #231

Closed rchiodo closed 2 years ago

rchiodo commented 2 years ago

SO_REUSEADDR is not supported in the Emscripten PThreads version of CPython.

Adding these checks lets pydevd get much farther along

fabioz commented 2 years ago

Seems good to me... just merged ;)