Only code style issues. debugger fine grinding

Thu, 23 Feb 2017 21:37:35 +0100

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Thu, 23 Feb 2017 21:37:35 +0100
branch
debugger fine grinding
changeset 5550
b36f631e4138
parent 5544
5a90f78a73c9
child 5551
16f9a0bccda1

Only code style issues.

DebugClients/Python/DebugBase.py file | annotate | diff | comparison | revisions
--- 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