DebugClients/Python3/DebugBase.py

changeset 4566
a2e8f3c420ec
parent 4563
881340f4bd0c
child 4631
5c1a96925da4
diff -r a6480863adfb -r a2e8f3c420ec DebugClients/Python3/DebugBase.py
--- a/DebugClients/Python3/DebugBase.py	Sun Nov 15 13:59:43 2015 +0100
+++ b/DebugClients/Python3/DebugBase.py	Sun Nov 15 14:29:20 2015 +0100
@@ -236,7 +236,7 @@
             return self.trace_dispatch
         if event == 'c_return':
             return self.trace_dispatch
-        print('bdb.Bdb.dispatch: unknown debugging event: ', repr(event))
+        print('bdb.Bdb.dispatch: unknown debugging event: ', repr(event))   # __IGNORE_WARNING__
         return self.trace_dispatch
 
     def dispatch_line(self, frame):

eric ide

mercurial