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<'