--- a/eric6/Debugger/DebugServer.py Thu Dec 17 17:35:19 2020 +0100 +++ b/eric6/Debugger/DebugServer.py Thu Dec 17 17:36:24 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