eric6/Debugger/DebugServer.py

changeset 7628
f904d0eef264
parent 7360
9190402e4505
child 7635
0cdead130a81
--- a/eric6/Debugger/DebugServer.py	Wed Jun 17 17:12:21 2020 +0200
+++ b/eric6/Debugger/DebugServer.py	Wed Jun 17 20:18:54 2020 +0200
@@ -188,7 +188,7 @@
         
         self.networkInterface = Preferences.getDebugger("NetworkInterface")
         if self.networkInterface == "all":
-            hostAddress = QHostAddress("0.0.0.0")  # QHostAddress.Any)
+            hostAddress = QHostAddress("0.0.0.0")  # QHostAddress.Any)  # secok
         elif self.networkInterface == "allv6":
             hostAddress = QHostAddress("::")  # QHostAddress.AnyIPv6)
         else:

eric ide

mercurial