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: