src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugClientBase.html

branch
eric7
changeset 9396
06699e5600a3
parent 9236
db53a9efe7ef
child 9397
a415cb83dafb
equal deleted inserted replaced
9395:74b24086c146 9396:06699e5600a3
364 <p> 364 <p>
365 Private method to return the variables of a frame to the debug server. 365 Private method to return the variables of a frame to the debug server.
366 </p> 366 </p>
367 <dl> 367 <dl>
368 368
369 <dt><i>var</i> (list of str)</dt> 369 <dt><i>var</i> (list of str and int)</dt>
370 <dd> 370 <dd>
371 list encoded name of the requested variable 371 list encoded name of the requested variable
372 </dd> 372 </dd>
373 <dt><i>frmnr</i> (int)</dt> 373 <dt><i>frmnr</i> (int)</dt>
374 <dd> 374 <dd>
405 list of variable types to be filtered 405 list of variable types to be filtered
406 </dd> 406 </dd>
407 </dl> 407 </dl>
408 <a NAME="DebugClientBase.__formatVariablesList" ID="DebugClientBase.__formatVariablesList"></a> 408 <a NAME="DebugClientBase.__formatVariablesList" ID="DebugClientBase.__formatVariablesList"></a>
409 <h4>DebugClientBase.__formatVariablesList</h4> 409 <h4>DebugClientBase.__formatVariablesList</h4>
410 <b>__formatVariablesList</b>(<i>variables, scope, filterList=None</i>) 410 <b>__formatVariablesList</b>(<i>variables, scope, filterList=None, var=None</i>)
411 411
412 <p> 412 <p>
413 Private method to produce a formated variables list. 413 Private method to produce a formated variables list.
414 </p> 414 </p>
415 <p> 415 <p>
430 1 to filter using the globals filter, 0 using the locals 430 1 to filter using the globals filter, 0 using the locals
431 filter. 431 filter.
432 Variables are only added to the list, if their name do not match 432 Variables are only added to the list, if their name do not match
433 any of the filter expressions. 433 any of the filter expressions.
434 </dd> 434 </dd>
435 <dt><i>filterList</i> (list of str)</dt> 435 <dt><i>filterList</i> (list of str (optional))</dt>
436 <dd> 436 <dd>
437 list of variable types to be filtered. 437 list of variable types to be filtered.
438 Variables are only added to the list, if their type is not 438 Variables are only added to the list, if their type is not
439 contained in the filter list. 439 contained in the filter list. (defaults to None)
440 </dd>
441 <dt><i>var</i> (list of str and int (optional))</dt>
442 <dd>
443 list encoded name of the requested variable (defaults to None)
440 </dd> 444 </dd>
441 </dl> 445 </dl>
442 <dl> 446 <dl>
443 <dt>Return:</dt> 447 <dt>Return:</dt>
444 <dd> 448 <dd>

eric ide

mercurial