diff -r e28b89693f37 -r 299802979277 src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugBase.html --- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugBase.html Tue Dec 19 11:04:03 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugBase.html Tue Dec 19 19:57:08 2023 +0100 @@ -659,8 +659,14 @@ <dl> <dt>Return:</dt> <dd> -list of lists with file name (string), line number (integer) - and function name (string) +list of lists with file name, line number, function name + and function arguments +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of list of [str, int, str, str] </dd> </dl> <a NAME="DebugBase.go" ID="DebugBase.go"></a>