eric6/Debugger/DebuggerInterfacePython.py

branch
multi_processing
changeset 7863
6725d2549801
parent 7853
35dcac32984a
parent 7862
817ef8e0fa66
child 7869
81561b95f9f3
diff -r 82c461fa8a68 -r 6725d2549801 eric6/Debugger/DebuggerInterfacePython.py
--- a/eric6/Debugger/DebuggerInterfacePython.py	Sat Dec 05 18:25:31 2020 +0100
+++ b/eric6/Debugger/DebuggerInterfacePython.py	Sun Dec 06 17:53:05 2020 +0100
@@ -1066,7 +1066,7 @@
         @param scope the scope of the variables (0 = local, 1 = global)
         @type int
         @param filterList list of variable types to filter out
-        @type list of int
+        @type list of str
         @param framenr framenumber of the variables to retrieve
         @type int
         @param maxSize maximum size the formatted value of a variable will
@@ -1091,7 +1091,7 @@
         @param scope the scope of the variables (0 = local, 1 = global)
         @type int
         @param filterList list of variable types to filter out
-        @type list of int
+        @type list of str
         @param var list encoded name of variable to retrieve
         @type list of str
         @param framenr framenumber of the variables to retrieve
@@ -1328,7 +1328,7 @@
                 encoding=Preferences.getSystem("StringEncoding"))
             
             logging.debug("<Debug-Server> %s", line)
-##            print("Server: ", line)          ##debug
+            print("Server: ", line)          ##debug
             
             self.__handleJsonCommand(line, sock)
     

eric ide

mercurial