--- a/eric6/Debugger/DebuggerInterfaceNone.py Sun Dec 06 12:46:00 2020 +0100 +++ b/eric6/Debugger/DebuggerInterfaceNone.py Sun Dec 06 17:43:11 2020 +0100 @@ -328,7 +328,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 @@ -346,7 +346,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)