--- a/eric6/Debugger/DebugServer.py Sat Dec 05 18:25:31 2020 +0100 +++ b/eric6/Debugger/DebugServer.py Sun Dec 06 17:53:05 2020 +0100 @@ -1406,7 +1406,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 """ @@ -1423,7 +1423,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