--- a/eric6/Debugger/DebuggerInterfaceNone.py Sat Dec 05 18:25:31 2020 +0100 +++ b/eric6/Debugger/DebuggerInterfaceNone.py Sun Dec 06 17:53:05 2020 +0100 @@ -329,7 +329,7 @@ @param scope the scope of the variables (0 = local, 1 = global) @type int @param filterList list of variable types to filter out - @type list of int + @type list of str @param framenr framenumber of the variables to retrieve @type int @param maxSize maximum size the formatted value of a variable will @@ -347,7 +347,7 @@ @param scope the scope of the variables (0 = local, 1 = global) @type int @param filterList list of variable types to filter out - @type list of int + @type list of str @param var list encoded name of variable to retrieve @type list of str @param framenr framenumber of the variables to retrieve (int)