Documentation/Source/eric6.Debugger.DebuggerInterfacePython3.html

changeset 5606
da305d172769
parent 5144
1ab536d25072
child 5662
2c99fa1072b6
equal deleted inserted replaced
5605:1950fe1a32c4 5606:da305d172769
417 <b>remoteCapabilities</b>(<i></i>) 417 <b>remoteCapabilities</b>(<i></i>)
418 <p> 418 <p>
419 Public slot to get the debug clients capabilities. 419 Public slot to get the debug clients capabilities.
420 </p><a NAME="DebuggerInterfacePython3.remoteClientSetFilter" ID="DebuggerInterfacePython3.remoteClientSetFilter"></a> 420 </p><a NAME="DebuggerInterfacePython3.remoteClientSetFilter" ID="DebuggerInterfacePython3.remoteClientSetFilter"></a>
421 <h4>DebuggerInterfacePython3.remoteClientSetFilter</h4> 421 <h4>DebuggerInterfacePython3.remoteClientSetFilter</h4>
422 <b>remoteClientSetFilter</b>(<i>scope, filter</i>) 422 <b>remoteClientSetFilter</b>(<i>scope, filterStr</i>)
423 <p> 423 <p>
424 Public method to set a variables filter list. 424 Public method to set a variables filter list.
425 </p><dl> 425 </p><dl>
426 <dt><i>scope</i></dt> 426 <dt><i>scope</i></dt>
427 <dd> 427 <dd>
428 the scope of the variables (0 = local, 1 = global) 428 the scope of the variables (0 = local, 1 = global)
429 </dd><dt><i>filter</i></dt> 429 </dd><dt><i>filterStr</i></dt>
430 <dd> 430 <dd>
431 regexp string for variable names to filter out (string) 431 regexp string for variable names to filter out
432 (string)
432 </dd> 433 </dd>
433 </dl><a NAME="DebuggerInterfacePython3.remoteClientVariable" ID="DebuggerInterfacePython3.remoteClientVariable"></a> 434 </dl><a NAME="DebuggerInterfacePython3.remoteClientVariable" ID="DebuggerInterfacePython3.remoteClientVariable"></a>
434 <h4>DebuggerInterfacePython3.remoteClientVariable</h4> 435 <h4>DebuggerInterfacePython3.remoteClientVariable</h4>
435 <b>remoteClientVariable</b>(<i>scope, filter, var, framenr=0</i>) 436 <b>remoteClientVariable</b>(<i>scope, filterList, var, framenr=0</i>)
436 <p> 437 <p>
437 Public method to request the variables of the debugged program. 438 Public method to request the variables of the debugged program.
438 </p><dl> 439 </p><dl>
439 <dt><i>scope</i></dt> 440 <dt><i>scope</i></dt>
440 <dd> 441 <dd>
441 the scope of the variables (0 = local, 1 = global) 442 the scope of the variables (0 = local, 1 = global)
442 </dd><dt><i>filter</i></dt> 443 </dd><dt><i>filterList</i></dt>
443 <dd> 444 <dd>
444 list of variable types to filter out (list of int) 445 list of variable types to filter out (list of int)
445 </dd><dt><i>var</i></dt> 446 </dd><dt><i>var</i></dt>
446 <dd> 447 <dd>
447 list encoded name of variable to retrieve (string) 448 list encoded name of variable to retrieve (string)
449 <dd> 450 <dd>
450 framenumber of the variables to retrieve (int) 451 framenumber of the variables to retrieve (int)
451 </dd> 452 </dd>
452 </dl><a NAME="DebuggerInterfacePython3.remoteClientVariables" ID="DebuggerInterfacePython3.remoteClientVariables"></a> 453 </dl><a NAME="DebuggerInterfacePython3.remoteClientVariables" ID="DebuggerInterfacePython3.remoteClientVariables"></a>
453 <h4>DebuggerInterfacePython3.remoteClientVariables</h4> 454 <h4>DebuggerInterfacePython3.remoteClientVariables</h4>
454 <b>remoteClientVariables</b>(<i>scope, filter, framenr=0</i>) 455 <b>remoteClientVariables</b>(<i>scope, filterList, framenr=0</i>)
455 <p> 456 <p>
456 Public method to request the variables of the debugged program. 457 Public method to request the variables of the debugged program.
457 </p><dl> 458 </p><dl>
458 <dt><i>scope</i></dt> 459 <dt><i>scope</i></dt>
459 <dd> 460 <dd>
460 the scope of the variables (0 = local, 1 = global) 461 the scope of the variables (0 = local, 1 = global)
461 </dd><dt><i>filter</i></dt> 462 </dd><dt><i>filterList</i></dt>
462 <dd> 463 <dd>
463 list of variable types to filter out (list of int) 464 list of variable types to filter out (list of int)
464 </dd><dt><i>framenr</i></dt> 465 </dd><dt><i>framenr</i></dt>
465 <dd> 466 <dd>
466 framenumber of the variables to retrieve (int) 467 framenumber of the variables to retrieve (int)

eric ide

mercurial