Wed, 26 Apr 2017 19:22:59 +0200
Merged with debugger changes provided by Tobias.
--- a/DebugClients/Python/DebugBase.py Wed Apr 26 19:06:23 2017 +0200 +++ b/DebugClients/Python/DebugBase.py Wed Apr 26 19:22:59 2017 +0200 @@ -312,7 +312,7 @@ if event == 'line': if self.stop_here(frame) or self.break_here(frame): - if (self.stop_everywhere and + if (self.stop_everywhere and frame.f_back and frame.f_back.f_code.co_name == "prepareJsonCommand"): # Just stepped into print statement, so skip these frames self._set_stopinfo(None, frame.f_back)