--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugClientBase.html Mon Nov 06 19:12:33 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugClientBase.html Tue Nov 07 11:03:13 2023 +0100 @@ -1137,44 +1137,41 @@ </dl> <a NAME="DebugClientBase.startProgInDebugger" ID="DebugClientBase.startProgInDebugger"></a> <h4>DebugClientBase.startProgInDebugger</h4> -<b>startProgInDebugger</b>(<i>progargs, wd="", host=None, port=None, exceptions=True, tracePython=False, redirect=True, passive=True, multiprocessSupport=False, codeStr="", scriptModule="", </i>) +<b>startProgInDebugger</b>(<i>progargs, wd="", host=None, port=None, exceptions=True, tracePython=False, redirect=True, passive=True, multiprocessSupport=False, callTraceOptimization=False, codeStr="", scriptModule="", </i>) <p> Public method used to start the remote debugger. </p> <dl> -<dt><i>progargs</i></dt> +<dt><i>progargs</i> (list of str)</dt> <dd> commandline for the program to be debugged - (list of strings) </dd> -<dt><i>wd</i></dt> +<dt><i>wd</i> (str)</dt> <dd> -working directory for the program execution (string) +working directory for the program execution </dd> -<dt><i>host</i></dt> +<dt><i>host</i> (str)</dt> <dd> -hostname of the debug server (string) +hostname of the debug server </dd> -<dt><i>port</i></dt> +<dt><i>port</i> (int)</dt> <dd> -portnumber of the debug server (int) +portnumber of the debug server </dd> -<dt><i>exceptions</i></dt> +<dt><i>exceptions</i> (bool)</dt> <dd> flag to enable exception reporting of the IDE - (boolean) </dd> -<dt><i>tracePython</i></dt> +<dt><i>tracePython</i> (bool)</dt> <dd> flag to enable tracing into the Python library - (boolean) </dd> -<dt><i>redirect</i></dt> +<dt><i>redirect</i> (bool)</dt> <dd> flag indicating redirection of stdin, stdout and - stderr (boolean) + stderr </dd> <dt><i>passive</i> (bool)</dt> <dd> @@ -1185,6 +1182,11 @@ flag indicating to enable multiprocess debugging support </dd> +<dt><i>callTraceOptimization</i> (bool)</dt> +<dd> +flag indicating to speed up function/method + call tracing +</dd> <dt><i>codeStr</i> (str)</dt> <dd> string containing Python code to execute