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

branch
eric7
changeset 10070
9f5758c0fec1
parent 9530
c30f02ea1b27
child 10259
b51dfacef37f
diff -r 435cc5875135 -r 9f5758c0fec1 src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html
--- a/src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html	Thu May 25 19:51:47 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html	Thu May 25 19:52:31 2023 +0200
@@ -109,7 +109,7 @@
 </tr>
 <tr>
 <td><a href="#DebugUI.__clientBreakConditionError">__clientBreakConditionError</a></td>
-<td>Private method to handle a condition error of a breakpoint.</td>
+<td></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>Private method to handle a change to the current line.</td>
+<td></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>Private method to handle a expression error of a watch expression.</td>
+<td></td>
 </tr>
 <tr>
 <td><a href="#DebugUI.__configureExceptionsFilter">__configureExceptionsFilter</a></td>
@@ -525,24 +525,6 @@
 <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>)
@@ -646,32 +628,6 @@
 <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>)
@@ -799,23 +755,6 @@
 <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