--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugBase.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugBase.html Sat Apr 20 18:02:35 2024 +0200 @@ -704,7 +704,7 @@ </dl> <a NAME="DebugBase.profile" ID="DebugBase.profile"></a> <h4>DebugBase.profile</h4> -<b>profile</b>(<i>frame, event, arg</i>) +<b>profile</b>(<i>frame, event, _arg</i>) <p> Public method used to trace some stuff independent of the debugger trace function. @@ -720,14 +720,14 @@ <dd> trace event </dd> -<dt><i>arg</i> (depends on the previous event parameter)</dt> +<dt><i>_arg</i> (depends on the previous event parameter)</dt> <dd> -arguments +arguments (unused) </dd> </dl> <a NAME="DebugBase.profileWithRecursion" ID="DebugBase.profileWithRecursion"></a> <h4>DebugBase.profileWithRecursion</h4> -<b>profileWithRecursion</b>(<i>frame, event, arg</i>) +<b>profileWithRecursion</b>(<i>frame, event, _arg</i>) <p> Public method used to trace some stuff independent of the debugger trace function. @@ -743,9 +743,9 @@ <dd> trace event </dd> -<dt><i>arg</i> (depends on the previous event parameter)</dt> +<dt><i>_arg</i> (depends on the previous event parameter)</dt> <dd> -arguments +arguments (unused) </dd> </dl> <dl>