DebugClients/Python/DebugBase.py

changeset 5263
50a03ff54b15
parent 5239
27f56dc07b5b
child 5273
be55746da9d1
diff -r 235d6a030128 -r 50a03ff54b15 DebugClients/Python/DebugBase.py
--- a/DebugClients/Python/DebugBase.py	Fri Oct 21 20:01:56 2016 +0200
+++ b/DebugClients/Python/DebugBase.py	Fri Oct 21 23:14:16 2016 +0200
@@ -304,7 +304,7 @@
         if event == 'line':
             if self.stop_here(frame) or self.break_here(frame):
                 self.user_line(frame)
-            return
+            return self.trace_dispatch
         
         if event == 'call':
             if self.botframe is None and frame.f_lineno > 1:

eric ide

mercurial