eric6/DebugClients/Python/DebugClientBase.py

changeset 7973
e836d196e888
parent 7937
181d1160f617
child 7986
2971d5d19951
diff -r 4fc11172df1b -r e836d196e888 eric6/DebugClients/Python/DebugClientBase.py
--- a/eric6/DebugClients/Python/DebugClientBase.py	Wed Jan 13 19:02:30 2021 +0100
+++ b/eric6/DebugClients/Python/DebugClientBase.py	Wed Jan 13 19:02:58 2021 +0100
@@ -316,7 +316,7 @@
         @param jsonStr string containing the command received from the IDE
         @type str
         """
-##        printerr(jsonStr)          ##debug
+##        printerr(jsonStr)          ## debug       # __IGNORE_WARNING_M891__
         
         try:
             commandDict = json.loads(jsonStr.strip())
@@ -618,8 +618,8 @@
                                     _locals = (
                                         self.currentThread.getFrameLocals(
                                             self.framenr))
-                            ## reset sys.stdout to our redirector
-                            ## (unconditionally)
+                            #- reset sys.stdout to our redirector
+                            #- (unconditionally)
                             if "sys" in _globals:
                                 __stdout = _globals["sys"].stdout
                                 _globals["sys"].stdout = self.writestream

eric ide

mercurial