--- a/src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html Sat Apr 20 18:02:35 2024 +0200 @@ -533,7 +533,7 @@ <a NAME="DebugUI.__clientBreakConditionError" ID="DebugUI.__clientBreakConditionError"></a> <h4>DebugUI.__clientBreakConditionError</h4> -<b>__clientBreakConditionError</b>(<i>filename, lineno, debuggerId</i>) +<b>__clientBreakConditionError</b>(<i>filename, lineno, _debuggerId</i>) <p> Private method to handle a condition error of a breakpoint. </p> @@ -548,9 +548,9 @@ <dd> line umber of the breakpoint </dd> -<dt><i>debuggerId</i> (str)</dt> +<dt><i>_debuggerId</i> (str)</dt> <dd> -ID of the debugger backend +ID of the debugger backend (unused) </dd> </dl> <a NAME="DebugUI.__clientDebuggerId" ID="DebugUI.__clientDebuggerId"></a> @@ -654,7 +654,7 @@ </dl> <a NAME="DebugUI.__clientLine" ID="DebugUI.__clientLine"></a> <h4>DebugUI.__clientLine</h4> -<b>__clientLine</b>(<i>fn, line, debuggerId, threadName, forStack</i>) +<b>__clientLine</b>(<i>fn, line, debuggerId, _threadName, forStack</i>) <p> Private method to handle a change to the current line. </p> @@ -673,9 +673,9 @@ <dd> ID of the debugger backend </dd> -<dt><i>threadName</i> (str)</dt> +<dt><i>_threadName</i> (str)</dt> <dd> -name of the thread signaling the event +name of the thread signaling the event (unused) </dd> <dt><i>forStack</i> (bool)</dt> <dd> @@ -684,7 +684,7 @@ </dl> <a NAME="DebugUI.__clientSignal" ID="DebugUI.__clientSignal"></a> <h4>DebugUI.__clientSignal</h4> -<b>__clientSignal</b>(<i>message, filename, lineNo, funcName, funcArgs, debuggerId</i>) +<b>__clientSignal</b>(<i>message, filename, lineNo, _funcName, _funcArgs, _debuggerId</i>) <p> Private method to handle a signal generated on the client side. </p> @@ -703,17 +703,17 @@ <dd> line number of the syntax error position </dd> -<dt><i>funcName</i> (str)</dt> +<dt><i>_funcName</i> (str)</dt> <dd> -name of the function causing the signal +name of the function causing the signal (unused) </dd> -<dt><i>funcArgs</i> (str)</dt> +<dt><i>_funcArgs</i> (str)</dt> <dd> -function arguments +function arguments (unused) </dd> -<dt><i>debuggerId</i> (str)</dt> +<dt><i>_debuggerId</i> (str)</dt> <dd> -ID of the debugger backend +ID of the debugger backend (unused) </dd> </dl> <a NAME="DebugUI.__clientSyntaxError" ID="DebugUI.__clientSyntaxError"></a> @@ -805,7 +805,7 @@ </dl> <a NAME="DebugUI.__clientWatchConditionError" ID="DebugUI.__clientWatchConditionError"></a> <h4>DebugUI.__clientWatchConditionError</h4> -<b>__clientWatchConditionError</b>(<i>cond, debuggerId</i>) +<b>__clientWatchConditionError</b>(<i>cond, _debuggerId</i>) <p> Private method to handle a expression error of a watch expression. </p> @@ -819,9 +819,9 @@ <dd> expression of the watch expression </dd> -<dt><i>debuggerId</i> (str)</dt> +<dt><i>_debuggerId</i> (str)</dt> <dd> -ID of the debugger backend +ID of the debugger backend (unused) </dd> </dl> <a NAME="DebugUI.__configureExceptionsFilter" ID="DebugUI.__configureExceptionsFilter"></a>