--- a/DebugClients/Python3/DebugBase.py Thu Sep 01 19:00:46 2016 +0200 +++ b/DebugClients/Python3/DebugBase.py Thu Sep 01 20:03:50 2016 +0200 @@ -246,7 +246,8 @@ return self.trace_dispatch if event == 'c_return': return self.trace_dispatch - print('bdb.Bdb.dispatch: unknown debugging event: ', repr(event)) # __IGNORE_WARNING__ + print('DebugBase.trace_dispatch: unknown debugging event: ', # __IGNORE_WARNING__ + repr(event)) return self.trace_dispatch def dispatch_line(self, frame):