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