DebugClients/Python/DebugBase.py

branch
debugger fine grinding
changeset 5550
b36f631e4138
parent 5543
4e2ab5215bcf
child 5560
597164ed39b7
diff -r 5a90f78a73c9 -r b36f631e4138 DebugClients/Python/DebugBase.py
--- a/DebugClients/Python/DebugBase.py	Tue Feb 21 22:08:17 2017 +0100
+++ b/DebugClients/Python/DebugBase.py	Thu Feb 23 21:37:35 2017 +0100
@@ -317,7 +317,7 @@
                 return self.trace_dispatch
             else:
                 # No need to trace this function
-                return 
+                return
         
         if event == 'return':
             return
@@ -420,8 +420,10 @@
         @type str or CodeType
         @keyparam globals dictionary of global variables for cmd
         @type dict
-        @keyparam locals  dictionary of local variables for cmd
+        @keyparam locals dictionary of local variables for cmd
         @type dict
+        @keyparam debug flag if command should run under debugger control
+        @type bool
         """
         if globals is None:
             import __main__

eric ide

mercurial