Debugger: removed the tracer TODO markers. I am not going to implement it.

Mon, 21 Dec 2020 13:36:24 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 21 Dec 2020 13:36:24 +0100
changeset 7906
0af028b93cb3
parent 7905
1f0cb4361065
child 7907
7991ea245c20

Debugger: removed the tracer TODO markers. I am not going to implement it.

eric6/DebugClients/Python/MultiprocessingExtension.py file | annotate | diff | comparison | revisions
eric6/DebugClients/Python/QProcessExtension.py file | annotate | diff | comparison | revisions
eric6/DebugClients/Python/SubprocessExtension.py file | annotate | diff | comparison | revisions
--- a/eric6/DebugClients/Python/MultiprocessingExtension.py	Mon Dec 21 12:15:47 2020 +0100
+++ b/eric6/DebugClients/Python/MultiprocessingExtension.py	Mon Dec 21 13:36:24 2020 +0100
@@ -32,8 +32,6 @@
     _originalProcess = module.process.BaseProcess
     _originalBootstrap = _originalProcess._bootstrap
     
-    # TODO: implement a process tracer
-    # i.e. report which processes are started
     class ProcessWrapper(_originalProcess):
         """
         Wrapper class for multiprocessing.Process.
--- a/eric6/DebugClients/Python/QProcessExtension.py	Mon Dec 21 12:15:47 2020 +0100
+++ b/eric6/DebugClients/Python/QProcessExtension.py	Mon Dec 21 13:36:24 2020 +0100
@@ -26,8 +26,6 @@
     """     # __IGNORE_WARNING_D234__
     global _debugClient
     
-    # TODO: implement a process tracer
-    # i.e. report which processes are started
     class QProcessWrapper(module.QProcess):
         """
         Wrapper class for *.QProcess.
--- a/eric6/DebugClients/Python/SubprocessExtension.py	Mon Dec 21 12:15:47 2020 +0100
+++ b/eric6/DebugClients/Python/SubprocessExtension.py	Mon Dec 21 13:36:24 2020 +0100
@@ -27,8 +27,6 @@
     """     # __IGNORE_WARNING_D234__
     global _debugClient
     
-    # TODO: implement a process tracer
-    # i.e. report which processes are started
     class PopenWrapper(module.Popen):
         """
         Wrapper class for subprocess.Popen.

eric ide

mercurial