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

changeset 7986
2971d5d19951
parent 7933
ca1b44d522b9
child 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.Debugger.DebugServer.html	Fri Jan 15 19:46:04 2021 +0100
+++ b/eric6/Documentation/Source/eric6.Debugger.DebugServer.html	Fri Jan 15 19:49:36 2021 +0100
@@ -112,9 +112,10 @@
 emitted after a debug client has
         disconnected (i.e. closed the network socket)
 </dd>
-<dt>clientException(exceptionType, exceptionMessage, stackTrace,debuggerId)</dt>
-<dd>
-emitted after an exception occured on the client side
+<dt>clientException(exceptionType, exceptionMessage, stackTrace,debuggerId, threadName)</dt>
+<dd>
+emitted after an exception occured on the
+        client side
 </dd>
 <dt>clientExit(str, int, str, bool, str)</dt>
 <dd>
@@ -132,10 +133,9 @@
 emitted to signal a change of the
         client interpreter
 </dd>
-<dt>clientLine(filename, lineno, debuggerId, forStack)</dt>
-<dd>
-emitted after
-        the debug client has executed a line of code
+<dt>clientLine(filename, lineno, debuggerId, threadName, forStack)</dt>
+<dd>
+        emitted after the debug client has executed a line of code
 </dd>
 <dt>clientOutput(str)</dt>
 <dd>
@@ -166,10 +166,10 @@
 emitted after a signal has been
         generated on the client side
 </dd>
-<dt>clientStack(stack, debuggerId)</dt>
-<dd>
-emitted after the debug client has
-        executed a line of code
+<dt>clientStack(stack, debuggerId, threadName)</dt>
+<dd>
+emitted after the
+        debug client has executed a line of code
 </dd>
 <dt>clientStatement(continue, debuggerId)</dt>
 <dd>
@@ -177,10 +177,10 @@
         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
-        client side
+<dt>clientSyntaxError(message, filename, linenumber, characternumber,debuggerId, threadName)</dt>
+<dd>
+emitted after a syntax error has been detected
+        on the client side
 </dd>
 <dt>clientThreadList(currentId, threadList, debuggerId)</dt>
 <dd>
@@ -2842,7 +2842,7 @@
 </dl>
 <a NAME="DebugServer.signalClientException" ID="DebugServer.signalClientException"></a>
 <h4>DebugServer.signalClientException</h4>
-<b>signalClientException</b>(<i>exceptionType, exceptionMessage, stackTrace, debuggerId</i>)
+<b>signalClientException</b>(<i>exceptionType, exceptionMessage, stackTrace, debuggerId, threadName=""</i>)
 
 <p>
         Public method to process the exception info from the client.
@@ -2867,6 +2867,10 @@
 <dd>
 ID of the debugger backend
 </dd>
+<dt><i>threadName</i> (str)</dt>
+<dd>
+name of the thread signaling the event
+</dd>
 </dl>
 <a NAME="DebugServer.signalClientExit" ID="DebugServer.signalClientExit"></a>
 <h4>DebugServer.signalClientExit</h4>
@@ -2896,7 +2900,7 @@
 </dl>
 <a NAME="DebugServer.signalClientLine" ID="DebugServer.signalClientLine"></a>
 <h4>DebugServer.signalClientLine</h4>
-<b>signalClientLine</b>(<i>filename, lineno, debuggerId, forStack=False</i>)
+<b>signalClientLine</b>(<i>filename, lineno, debuggerId, forStack=False, threadName=""</i>)
 
 <p>
         Public method to process client position feedback.
@@ -2919,6 +2923,10 @@
 <dd>
 flag indicating this is for a stack dump
 </dd>
+<dt><i>threadName</i> (str)</dt>
+<dd>
+name of the thread signaling the event
+</dd>
 </dl>
 <a NAME="DebugServer.signalClientOutput" ID="DebugServer.signalClientOutput"></a>
 <h4>DebugServer.signalClientOutput</h4>
@@ -2996,7 +3004,7 @@
 </dl>
 <a NAME="DebugServer.signalClientStack" ID="DebugServer.signalClientStack"></a>
 <h4>DebugServer.signalClientStack</h4>
-<b>signalClientStack</b>(<i>stack, debuggerId</i>)
+<b>signalClientStack</b>(<i>stack, debuggerId, threadName=""</i>)
 
 <p>
         Public method to process a client's stack information.
@@ -3012,6 +3020,10 @@
 <dd>
 ID of the debugger backend
 </dd>
+<dt><i>threadName</i> (str)</dt>
+<dd>
+name of the thread signaling the event
+</dd>
 </dl>
 <a NAME="DebugServer.signalClientStatement" ID="DebugServer.signalClientStatement"></a>
 <h4>DebugServer.signalClientStatement</h4>
@@ -3033,7 +3045,7 @@
 </dl>
 <a NAME="DebugServer.signalClientSyntaxError" ID="DebugServer.signalClientSyntaxError"></a>
 <h4>DebugServer.signalClientSyntaxError</h4>
-<b>signalClientSyntaxError</b>(<i>message, filename, lineNo, characterNo, debuggerId</i>)
+<b>signalClientSyntaxError</b>(<i>message, filename, lineNo, characterNo, debuggerId, threadName=""</i>)
 
 <p>
         Public method to process a syntax error info from the client.
@@ -3060,6 +3072,10 @@
 <dd>
 ID of the debugger backend
 </dd>
+<dt><i>threadName</i> (str)</dt>
+<dd>
+name of the thread signaling the event
+</dd>
 </dl>
 <a NAME="DebugServer.signalClientThreadList" ID="DebugServer.signalClientThreadList"></a>
 <h4>DebugServer.signalClientThreadList</h4>

eric ide

mercurial