DebugClients/Python/DebugProtocol.py

changeset 4366
9445c7cb991f
parent 4021
195a471c327b
child 4541
e8ddd9d76414
diff -r d97f2e05ae1b -r 9445c7cb991f DebugClients/Python/DebugProtocol.py
--- a/DebugClients/Python/DebugProtocol.py	Sun Aug 16 12:24:28 2015 +0200
+++ b/DebugClients/Python/DebugProtocol.py	Sun Aug 16 13:47:44 2015 +0200
@@ -50,6 +50,7 @@
 ResponseContinue = '>Continue<'
 ResponseException = '>Exception<'
 ResponseSyntax = '>SyntaxError<'
+ResponseSignal = '>Signal<'
 ResponseExit = '>Exit<'
 ResponseLine = '>Line<'
 ResponseRaw = '>Raw<'

eric ide

mercurial