326 Public method to request the variables of the debugged program. |
326 Public method to request the variables of the debugged program. |
327 |
327 |
328 @param scope the scope of the variables (0 = local, 1 = global) |
328 @param scope the scope of the variables (0 = local, 1 = global) |
329 @type int |
329 @type int |
330 @param filterList list of variable types to filter out |
330 @param filterList list of variable types to filter out |
331 @type list of int |
331 @type list of str |
332 @param framenr framenumber of the variables to retrieve |
332 @param framenr framenumber of the variables to retrieve |
333 @type int |
333 @type int |
334 @param maxSize maximum size the formatted value of a variable will |
334 @param maxSize maximum size the formatted value of a variable will |
335 be shown. If it is bigger than that, a 'too big' indication will |
335 be shown. If it is bigger than that, a 'too big' indication will |
336 be given (@@TOO_BIG_TO_SHOW@@). |
336 be given (@@TOO_BIG_TO_SHOW@@). |
344 Public method to request the variables of the debugged program. |
344 Public method to request the variables of the debugged program. |
345 |
345 |
346 @param scope the scope of the variables (0 = local, 1 = global) |
346 @param scope the scope of the variables (0 = local, 1 = global) |
347 @type int |
347 @type int |
348 @param filterList list of variable types to filter out |
348 @param filterList list of variable types to filter out |
349 @type list of int |
349 @type list of str |
350 @param var list encoded name of variable to retrieve |
350 @param var list encoded name of variable to retrieve |
351 @type list of str |
351 @type list of str |
352 @param framenr framenumber of the variables to retrieve (int) |
352 @param framenr framenumber of the variables to retrieve (int) |
353 @type int |
353 @type int |
354 @param maxSize maximum size the formatted value of a variable will |
354 @param maxSize maximum size the formatted value of a variable will |