We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81fe612 commit 8632338Copy full SHA for 8632338
python/helper-image/pydevd.patch
@@ -11,15 +11,15 @@ index 2afae09..2985a35 100644
11
ArgHandlerBool('multiproc'), # Used by PyCharm (reuses connection: ssh tunneling)
12
ArgHandlerBool('multiprocess'), # Used by PyDev (creates new connection to ide)
13
diff --git pydevd.py pydevd.py
14
-index 4639778..0da7e27 100644
+index 4639778..9ecfec0 100644
15
--- pydevd.py
16
+++ pydevd.py
17
@@ -1376,6 +1376,8 @@ class PyDB(object):
18
19
def run(self):
20
host = SetupHolder.setup['client']
21
+ if host is None:
22
-+ host = 'localhost'
++ host = ''
23
port = SetupHolder.setup['port']
24
25
self._server_socket = create_server_socket(host=host, port=port)
0 commit comments