diff -r 753f720c2a48 -r 904225763ac0 DebugClients/Python3/DebugBase.py --- a/DebugClients/Python3/DebugBase.py Sun Jul 24 20:37:28 2016 +0200 +++ b/DebugClients/Python3/DebugBase.py Sun Jul 24 20:59:57 2016 +0200 @@ -578,12 +578,8 @@ if line == 0: return - fn = self._dbgClient.absPath(self.fix_frame_filename(frame)) - # See if we are skipping at the start of a newly loaded program. if self._dbgClient.mainFrame is None: - if fn != self._dbgClient.getRunning(): - return fr = frame while (fr is not None and fr.f_code != self._dbgClient.handleLine.__code__):