src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10321
4a017fdf316f
diff -r e7764f992a01 -r b51dfacef37f src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html
--- a/src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html	Fri Oct 27 14:07:03 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html	Fri Oct 27 14:09:40 2023 +0200
@@ -109,7 +109,7 @@
 </tr>
 <tr>
 <td><a href="#DebugUI.__clientBreakConditionError">__clientBreakConditionError</a></td>
-<td></td>
+<td>Private method to handle a condition error of a breakpoint.</td>
 </tr>
 <tr>
 <td><a href="#DebugUI.__clientDebuggerId">__clientDebuggerId</a></td>
@@ -133,7 +133,7 @@
 </tr>
 <tr>
 <td><a href="#DebugUI.__clientLine">__clientLine</a></td>
-<td></td>
+<td>Private method to handle a change to the current line.</td>
 </tr>
 <tr>
 <td><a href="#DebugUI.__clientSignal">__clientSignal</a></td>
@@ -157,7 +157,7 @@
 </tr>
 <tr>
 <td><a href="#DebugUI.__clientWatchConditionError">__clientWatchConditionError</a></td>
-<td></td>
+<td>Private method to handle a expression error of a watch expression.</td>
 </tr>
 <tr>
 <td><a href="#DebugUI.__configureExceptionsFilter">__configureExceptionsFilter</a></td>
@@ -525,6 +525,24 @@
 <h4>DebugUI.__clientBreakConditionError</h4>
 <b>__clientBreakConditionError</b>(<i>filename, lineno, debuggerId</i>)
 
+<p>
+        Private method to handle a condition error of a breakpoint.
+</p>
+<dl>
+
+<dt><i>filename</i> (str)</dt>
+<dd>
+filename of the breakpoint
+</dd>
+<dt><i>lineno</i> (int)</dt>
+<dd>
+line umber of the breakpoint
+</dd>
+<dt><i>debuggerId</i> (str)</dt>
+<dd>
+ID of the debugger backend
+</dd>
+</dl>
 <a NAME="DebugUI.__clientDebuggerId" ID="DebugUI.__clientDebuggerId"></a>
 <h4>DebugUI.__clientDebuggerId</h4>
 <b>__clientDebuggerId</b>(<i>debuggerId</i>)
@@ -628,6 +646,32 @@
 <h4>DebugUI.__clientLine</h4>
 <b>__clientLine</b>(<i>fn, line, debuggerId, threadName, forStack</i>)
 
+<p>
+        Private method to handle a change to the current line.
+</p>
+<dl>
+
+<dt><i>fn</i> (str)</dt>
+<dd>
+filename
+</dd>
+<dt><i>line</i> (int)</dt>
+<dd>
+linenumber
+</dd>
+<dt><i>debuggerId</i> (str)</dt>
+<dd>
+ID of the debugger backend
+</dd>
+<dt><i>threadName</i> (str)</dt>
+<dd>
+name of the thread signaling the event
+</dd>
+<dt><i>forStack</i> (bool)</dt>
+<dd>
+flag indicating this is for a stack dump
+</dd>
+</dl>
 <a NAME="DebugUI.__clientSignal" ID="DebugUI.__clientSignal"></a>
 <h4>DebugUI.__clientSignal</h4>
 <b>__clientSignal</b>(<i>message, filename, lineNo, funcName, funcArgs, debuggerId</i>)
@@ -755,6 +799,23 @@
 <h4>DebugUI.__clientWatchConditionError</h4>
 <b>__clientWatchConditionError</b>(<i>cond, debuggerId</i>)
 
+<p>
+        Private method to handle a expression error of a watch expression.
+</p>
+<p>
+        Note: This can only happen for normal watch expressions
+</p>
+<dl>
+
+<dt><i>cond</i> (str)</dt>
+<dd>
+expression of the watch expression
+</dd>
+<dt><i>debuggerId</i> (str)</dt>
+<dd>
+ID of the debugger backend
+</dd>
+</dl>
 <a NAME="DebugUI.__configureExceptionsFilter" ID="DebugUI.__configureExceptionsFilter"></a>
 <h4>DebugUI.__configureExceptionsFilter</h4>
 <b>__configureExceptionsFilter</b>(<i></i>)

eric ide

mercurial