src/eric7/DebugClients/Python/DebugBase.py

branch
eric7
changeset 10423
299802979277
parent 10417
c6011e501282
child 10439
21c28b0f9e41
diff -r e28b89693f37 -r 299802979277 src/eric7/DebugClients/Python/DebugBase.py
--- 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:

eric ide

mercurial