eric6/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html

changeset 7986
2971d5d19951
parent 7945
76daafe10009
child 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html	Fri Jan 15 19:46:04 2021 +0100
+++ b/eric6/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html	Fri Jan 15 19:49:36 2021 +0100
@@ -1030,7 +1030,7 @@
 </dl>
 <a NAME="DebugClientBase.sendException" ID="DebugClientBase.sendException"></a>
 <h4>DebugClientBase.sendException</h4>
-<b>sendException</b>(<i>exceptionType, exceptionMessage, stack</i>)
+<b>sendException</b>(<i>exceptionType, exceptionMessage, stack, threadName</i>)
 
 <p>
         Public method to send information for an exception.
@@ -1049,6 +1049,10 @@
 <dd>
 stack trace information
 </dd>
+<dt><i>threadName</i> (str)</dt>
+<dd>
+name of the thread sending the event
+</dd>
 </dl>
 <a NAME="DebugClientBase.sendJsonCommand" ID="DebugClientBase.sendJsonCommand"></a>
 <h4>DebugClientBase.sendJsonCommand</h4>
@@ -1089,7 +1093,7 @@
 </dl>
 <a NAME="DebugClientBase.sendResponseLine" ID="DebugClientBase.sendResponseLine"></a>
 <h4>DebugClientBase.sendResponseLine</h4>
-<b>sendResponseLine</b>(<i>stack</i>)
+<b>sendResponseLine</b>(<i>stack, threadName</i>)
 
 <p>
         Public method to send the current call stack.
@@ -1100,10 +1104,14 @@
 <dd>
 call stack
 </dd>
+<dt><i>threadName</i> (str)</dt>
+<dd>
+name of the thread sending the event
+</dd>
 </dl>
 <a NAME="DebugClientBase.sendSyntaxError" ID="DebugClientBase.sendSyntaxError"></a>
 <h4>DebugClientBase.sendSyntaxError</h4>
-<b>sendSyntaxError</b>(<i>message, filename, lineno, charno</i>)
+<b>sendSyntaxError</b>(<i>message, filename, lineno, charno, threadName</i>)
 
 <p>
         Public method to send information for a syntax error.
@@ -1126,6 +1134,10 @@
 <dd>
 character number info
 </dd>
+<dt><i>threadName</i> (str)</dt>
+<dd>
+name of the thread sending the event
+</dd>
 </dl>
 <a NAME="DebugClientBase.sessionClose" ID="DebugClientBase.sessionClose"></a>
 <h4>DebugClientBase.sessionClose</h4>

eric ide

mercurial