DebugClients/Python/DebugBase.py

changeset 5616
adcffadf4962
parent 5587
ea526b78ee6c
child 5644
509d3c9666b0
--- a/DebugClients/Python/DebugBase.py	Thu Mar 16 19:30:15 2017 +0100
+++ b/DebugClients/Python/DebugBase.py	Thu Mar 16 19:32:33 2017 +0100
@@ -357,7 +357,7 @@
         if event == 'c_return':
             return
         
-        print('DebugBase.trace_dispatch:'       # __IGNORE_WARNING__
+        print('DebugBase.trace_dispatch:'       # __IGNORE_WARNING_M801__
               ' unknown debugging event: ',
               repr(event))
         return self.trace_dispatch

eric ide

mercurial