--- a/DebugClients/Python2/DebugBase.py Sat Sep 03 18:12:12 2016 +0200 +++ b/DebugClients/Python2/DebugBase.py Sat Sep 03 18:24:50 2016 +0200 @@ -640,8 +640,8 @@ fr = frame while (fr is not None and fr.f_code not in [ - self._dbgClient.handleLine.func_code, - self._dbgClient.handleJsonCommand.func_code]): + self._dbgClient.handleLine.func_code, + self._dbgClient.handleJsonCommand.func_code]): self._dbgClient.mainFrame = fr fr = fr.f_back