--- a/DebugClients/Python/ThreadExtension.py Tue Oct 25 21:45:20 2016 +0200 +++ b/DebugClients/Python/ThreadExtension.py Tue Oct 25 22:50:59 2016 +0200 @@ -60,11 +60,6 @@ del sys.modules['threading'] sys.meta_path.insert(0, self) - - # provide a hook to perform a hard breakpoint - # Use it like this: - # if hasattr(sys, 'breakpoint): sys.breakpoint() - sys.breakpoint = self.set_trace def attachThread(self, target=None, args=None, kwargs={}, mainThread=False):