--- a/Debugger/DebugProtocol.py Sun Aug 16 12:24:28 2015 +0200 +++ b/Debugger/DebugProtocol.py Sun Aug 16 13:47:44 2015 +0200 @@ -49,6 +49,7 @@ ResponseContinue = '>Continue<' ResponseException = '>Exception<' ResponseSyntax = '>SyntaxError<' +ResponseSignal = '>Signal<' ResponseExit = '>Exit<' ResponseLine = '>Line<' ResponseRaw = '>Raw<'