--- a/DebugClients/Python3/DebugClientBase.py Sat Jul 23 14:13:50 2016 +0200 +++ b/DebugClients/Python3/DebugClientBase.py Sat Jul 23 14:15:43 2016 +0200 @@ -1316,6 +1316,7 @@ if self.currentThread is None: return + frmnr += self.currentThread.skipFrames if scope == 0: self.framenr = frmnr @@ -1363,6 +1364,7 @@ if self.currentThread is None: return + frmnr += self.currentThread.skipFrames f = self.currentThread.getCurrentFrame() while f is not None and frmnr > 0: