diff -r 7c6bd2366602 -r af9a6dac2611 src/eric7/Documentation/Source/eric7.Testing.Interfaces.UnittestExecutor.html --- a/src/eric7/Documentation/Source/eric7.Testing.Interfaces.UnittestExecutor.html Sat Dec 16 15:21:11 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Testing.Interfaces.UnittestExecutor.html Sat Dec 16 16:30:55 2023 +0100 @@ -87,6 +87,10 @@ <td>Public method to start the testing process.</td> </tr> <tr> +<td><a href="#UnittestExecutor.startDebug">startDebug</a></td> +<td>Public method to start the test run with debugger support.</td> +</tr> +<tr> <td><a href="#UnittestExecutor.supportsPatterns">supportsPatterns</a></td> <td>Public method to indicate the support for test filtering using test name patterns or a test name pattern expression.</td> </tr> @@ -253,6 +257,28 @@ list of directories to be added to the Python path </dd> </dl> +<a NAME="UnittestExecutor.startDebug" ID="UnittestExecutor.startDebug"></a> +<h4>UnittestExecutor.startDebug</h4> +<b>startDebug</b>(<i>config, pythonpath, debugger</i>) + +<p> + Public method to start the test run with debugger support. +</p> +<dl> + +<dt><i>config</i> (TestConfig)</dt> +<dd> +configuration for the test execution +</dd> +<dt><i>pythonpath</i> (list of str)</dt> +<dd> +list of directories to be added to the Python path +</dd> +<dt><i>debugger</i> (DebugUI)</dt> +<dd> +refference to the debugger interface +</dd> +</dl> <a NAME="UnittestExecutor.supportsPatterns" ID="UnittestExecutor.supportsPatterns"></a> <h4>UnittestExecutor.supportsPatterns</h4> <b>supportsPatterns</b>(<i>interpreter</i>)