--- a/eric6/Documentation/Source/eric6.Debugger.DebugUI.html Sun Mar 14 19:59:27 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.DebugUI.html Mon Mar 15 17:55:48 2021 +0100 @@ -399,6 +399,10 @@ <td>Public method to set the enabled state of the debug actions.</td> </tr> <tr> +<td><a href="#DebugUI.setEnableGlobalConfigOverride">setEnableGlobalConfigOverride</a></td> +<td>Public method to initialize the global config override data.</td> +</tr> +<tr> <td><a href="#DebugUI.setEnableMultiprocess">setEnableMultiprocess</a></td> <td>Public slot to initialize the enableMultiprocess flag.</td> </tr> @@ -1434,6 +1438,22 @@ enable state to be set </dd> </dl> +<a NAME="DebugUI.setEnableGlobalConfigOverride" ID="DebugUI.setEnableGlobalConfigOverride"></a> +<h4>DebugUI.setEnableGlobalConfigOverride</h4> +<b>setEnableGlobalConfigOverride</b>(<i>overrideData</i>) + +<p> + Public method to initialize the global config override data. +</p> +<dl> + +<dt><i>overrideData</i> (dict)</dt> +<dd> +dictionary containing a flag indicating to enable + global config override and a flag indicating to redirect + stdin/stdout/stderr +</dd> +</dl> <a NAME="DebugUI.setEnableMultiprocess" ID="DebugUI.setEnableMultiprocess"></a> <h4>DebugUI.setEnableMultiprocess</h4> <b>setEnableMultiprocess</b>(<i>enableMultiprocess</i>)