diff -r 3e4605cc3541 -r c1588f5a83e9 eric6/Debugger/DebugServer.py --- a/eric6/Debugger/DebugServer.py Thu Dec 17 14:30:46 2020 +0100 +++ b/eric6/Debugger/DebugServer.py Thu Dec 17 14:40:06 2020 +0100 @@ -59,13 +59,13 @@ command is complete and True if it needs more input. @signal clientDisassembly(disassembly, debuggerId) emitted after the client has sent a disassembly of the code raising an exception - @signal clientException(exceptionType, exceptionMessage, stackTrace, - debuggerId) emitted after an exception occured on the client side - @signal clientSyntaxError(message, filename, linenumber, characternumber, - debuggerId) emitted after a syntax error has been detected on the + @signal clientException(exceptionType, exceptionMessage, stackTrace, debuggerId) + emitted after an exception occured on the client side + @signal clientSyntaxError(message, filename, linenumber, characternumber, debuggerId) + emitted after a syntax error has been detected on the client side - @signal clientSignal(message, filename, linenumber, function name, - function arguments, debuggerId) emitted after a signal has been + @signal clientSignal(message, filename, linenumber, function name, function arguments, debuggerId) + emitted after a signal has been generated on the client side @signal clientExit(str, int, str, bool, str) emitted after the client has exited giving the program name, the exit status, an exit message, an