441 regexp string for variable names to filter out |
441 regexp string for variable names to filter out |
442 (string) |
442 (string) |
443 </dd> |
443 </dd> |
444 </dl><a NAME="DebuggerInterfacePython.remoteClientVariable" ID="DebuggerInterfacePython.remoteClientVariable"></a> |
444 </dl><a NAME="DebuggerInterfacePython.remoteClientVariable" ID="DebuggerInterfacePython.remoteClientVariable"></a> |
445 <h4>DebuggerInterfacePython.remoteClientVariable</h4> |
445 <h4>DebuggerInterfacePython.remoteClientVariable</h4> |
446 <b>remoteClientVariable</b>(<i>scope, filterList, var, framenr=0</i>) |
446 <b>remoteClientVariable</b>(<i>scope, filterList, var, framenr=0, maxSize=0</i>) |
447 <p> |
447 <p> |
448 Public method to request the variables of the debugged program. |
448 Public method to request the variables of the debugged program. |
449 </p><dl> |
449 </p><dl> |
450 <dt><i>scope</i></dt> |
450 <dt><i>scope</i> (int)</dt> |
451 <dd> |
451 <dd> |
452 the scope of the variables (0 = local, 1 = global) |
452 the scope of the variables (0 = local, 1 = global) |
453 </dd><dt><i>filterList</i></dt> |
453 </dd><dt><i>filterList</i> (list of int)</dt> |
454 <dd> |
454 <dd> |
455 list of variable types to filter out (list of int) |
455 list of variable types to filter out |
456 </dd><dt><i>var</i></dt> |
456 </dd><dt><i>var</i> (list of str)</dt> |
457 <dd> |
457 <dd> |
458 list encoded name of variable to retrieve (string) |
458 list encoded name of variable to retrieve |
459 </dd><dt><i>framenr</i></dt> |
459 </dd><dt><i>framenr</i> (int)</dt> |
460 <dd> |
460 <dd> |
461 framenumber of the variables to retrieve (int) |
461 framenumber of the variables to retrieve |
|
462 </dd><dt><i>maxSize</i> (int)</dt> |
|
463 <dd> |
|
464 maximum size the formatted value of a variable will |
|
465 be shown. If it is bigger than that, a 'too big' indication will |
|
466 be given (@@TOO_BIG_TO_SHOW@@). |
462 </dd> |
467 </dd> |
463 </dl><a NAME="DebuggerInterfacePython.remoteClientVariables" ID="DebuggerInterfacePython.remoteClientVariables"></a> |
468 </dl><a NAME="DebuggerInterfacePython.remoteClientVariables" ID="DebuggerInterfacePython.remoteClientVariables"></a> |
464 <h4>DebuggerInterfacePython.remoteClientVariables</h4> |
469 <h4>DebuggerInterfacePython.remoteClientVariables</h4> |
465 <b>remoteClientVariables</b>(<i>scope, filterList, framenr=0</i>) |
470 <b>remoteClientVariables</b>(<i>scope, filterList, framenr=0, maxSize=0</i>) |
466 <p> |
471 <p> |
467 Public method to request the variables of the debugged program. |
472 Public method to request the variables of the debugged program. |
468 </p><dl> |
473 </p><dl> |
469 <dt><i>scope</i></dt> |
474 <dt><i>scope</i> (int)</dt> |
470 <dd> |
475 <dd> |
471 the scope of the variables (0 = local, 1 = global) |
476 the scope of the variables (0 = local, 1 = global) |
472 </dd><dt><i>filterList</i></dt> |
477 </dd><dt><i>filterList</i> (list of int)</dt> |
473 <dd> |
478 <dd> |
474 list of variable types to filter out (list of int) |
479 list of variable types to filter out |
475 </dd><dt><i>framenr</i></dt> |
480 </dd><dt><i>framenr</i> (int)</dt> |
476 <dd> |
481 <dd> |
477 framenumber of the variables to retrieve (int) |
482 framenumber of the variables to retrieve |
|
483 </dd><dt><i>maxSize</i> (int)</dt> |
|
484 <dd> |
|
485 maximum size the formatted value of a variable will |
|
486 be shown. If it is bigger than that, a 'too big' indication will |
|
487 be given (@@TOO_BIG_TO_SHOW@@). |
478 </dd> |
488 </dd> |
479 </dl><a NAME="DebuggerInterfacePython.remoteCompletion" ID="DebuggerInterfacePython.remoteCompletion"></a> |
489 </dl><a NAME="DebuggerInterfacePython.remoteCompletion" ID="DebuggerInterfacePython.remoteCompletion"></a> |
480 <h4>DebuggerInterfacePython.remoteCompletion</h4> |
490 <h4>DebuggerInterfacePython.remoteCompletion</h4> |
481 <b>remoteCompletion</b>(<i>text</i>) |
491 <b>remoteCompletion</b>(<i>text</i>) |
482 <p> |
492 <p> |