--- a/src/eric7/DebugClients/Python/DebugBase.py Tue Dec 19 11:04:03 2023 +0100 +++ b/src/eric7/DebugClients/Python/DebugBase.py Tue Dec 19 19:57:08 2023 +0100 @@ -780,8 +780,9 @@ @type frame object or list @param applyTrace flag to assign trace function to fr.f_trace @type bool - @return list of lists with file name (string), line number (integer) - and function name (string) + @return list of lists with file name, line number, function name + and function arguments + @rtype list of list of [str, int, str, str] """ tb_lineno = None if frame is None: