eric6/DebugClients/Python/SubprocessExtension.py

changeset 7901
6ff7ccf0cb50
parent 7875
12c621ed4377
child 7906
0af028b93cb3
diff -r 72b88fb20261 -r 6ff7ccf0cb50 eric6/DebugClients/Python/SubprocessExtension.py
--- a/eric6/DebugClients/Python/SubprocessExtension.py	Sat Dec 19 15:22:26 2020 +0100
+++ b/eric6/DebugClients/Python/SubprocessExtension.py	Sat Dec 19 19:57:09 2020 +0100
@@ -58,7 +58,7 @@
                 ok = isPythonProgram(arguments[0])
                 if ok:
                     scriptName = os.path.basename(arguments[0])
-                    if scriptName not in _debugClient.noDebugList:
+                    if not _debugClient.skipMultiProcessDebugging(scriptName):
                         arguments = patchArguments(
                             _debugClient, arguments, noRedirect=True
                         )

eric ide

mercurial