DebugClients/Python3/DebugBase.py

branch
jsonrpc
changeset 5125
eb1b3e0577e4
parent 5124
1ba8ee313b57
child 5128
b6cbdba69967
--- 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):

eric ide

mercurial