eric6/Documentation/Source/eric6.Debugger.DebugServer.html

changeset 7890
c7b98271f551
parent 7887
c1588f5a83e9
child 7898
1bcd6d4df182
diff -r c6af59ed8c17 -r c7b98271f551 eric6/Documentation/Source/eric6.Debugger.DebugServer.html
--- a/eric6/Documentation/Source/eric6.Debugger.DebugServer.html	Thu Dec 17 17:36:24 2020 +0100
+++ b/eric6/Documentation/Source/eric6.Debugger.DebugServer.html	Thu Dec 17 17:36:54 2020 +0100
@@ -107,9 +107,9 @@
 emitted after the client
         has sent a disassembly of the code raising an exception
 </dd>
-<dt>clientException(exceptionType, exceptionMessage, stackTrace, debuggerId)</dt>
-<dd>
-        emitted after an exception occured on the client side
+<dt>clientException(exceptionType, exceptionMessage, stackTrace,debuggerId)</dt>
+<dd>
+emitted after an exception occured on the client side
 </dd>
 <dt>clientExit(str, int, str, bool, str)</dt>
 <dd>
@@ -156,9 +156,9 @@
 emitted after the data was sent
         to the indicated debug client
 </dd>
-<dt>clientSignal(message, filename, linenumber, function name, function arguments, debuggerId)</dt>
-<dd>
-        emitted after a signal has been
+<dt>clientSignal(message, filename, linenumber, function name,function arguments, debuggerId)</dt>
+<dd>
+emitted after a signal has been
         generated on the client side
 </dd>
 <dt>clientStack(stack, debuggerId)</dt>
@@ -172,9 +172,9 @@
         command has been executed. The parameter is False to indicate that the
         command is complete and True if it needs more input.
 </dd>
-<dt>clientSyntaxError(message, filename, linenumber, characternumber, debuggerId)</dt>
-<dd>
-        emitted after a syntax error has been detected on the
+<dt>clientSyntaxError(message, filename, linenumber, characternumber,debuggerId)</dt>
+<dd>
+emitted after a syntax error has been detected on the
         client side
 </dd>
 <dt>clientThreadList(currentId, threadList, debuggerId)</dt>

eric ide

mercurial