Documentation/Source/eric6.Debugger.DebugViewer.html

changeset 5606
da305d172769
parent 5165
37691caeec1a
child 6416
a915f8dd1ca6
equal deleted inserted replaced
5605:1950fe1a32c4 5606:da305d172769
383 <dd> 383 <dd>
384 list of dictionaries containing the thread data 384 list of dictionaries containing the thread data
385 </dd> 385 </dd>
386 </dl><a NAME="DebugViewer.showVariable" ID="DebugViewer.showVariable"></a> 386 </dl><a NAME="DebugViewer.showVariable" ID="DebugViewer.showVariable"></a>
387 <h4>DebugViewer.showVariable</h4> 387 <h4>DebugViewer.showVariable</h4>
388 <b>showVariable</b>(<i>vlist, globals</i>) 388 <b>showVariable</b>(<i>vlist, showGlobals</i>)
389 <p> 389 <p>
390 Public method to show the variables in the respective window. 390 Public method to show the variables in the respective window.
391 </p><dl> 391 </p><dl>
392 <dt><i>vlist</i></dt> 392 <dt><i>vlist</i></dt>
393 <dd> 393 <dd>
394 list of variables to display 394 list of variables to display
395 </dd><dt><i>globals</i></dt> 395 </dd><dt><i>showGlobals</i></dt>
396 <dd> 396 <dd>
397 flag indicating global/local state 397 flag indicating global/local state
398 </dd> 398 </dd>
399 </dl><a NAME="DebugViewer.showVariables" ID="DebugViewer.showVariables"></a> 399 </dl><a NAME="DebugViewer.showVariables" ID="DebugViewer.showVariables"></a>
400 <h4>DebugViewer.showVariables</h4> 400 <h4>DebugViewer.showVariables</h4>
401 <b>showVariables</b>(<i>vlist, globals</i>) 401 <b>showVariables</b>(<i>vlist, showGlobals</i>)
402 <p> 402 <p>
403 Public method to show the variables in the respective window. 403 Public method to show the variables in the respective window.
404 </p><dl> 404 </p><dl>
405 <dt><i>vlist</i></dt> 405 <dt><i>vlist</i></dt>
406 <dd> 406 <dd>
407 list of variables to display 407 list of variables to display
408 </dd><dt><i>globals</i></dt> 408 </dd><dt><i>showGlobals</i></dt>
409 <dd> 409 <dd>
410 flag indicating global/local state 410 flag indicating global/local state
411 </dd> 411 </dd>
412 </dl><a NAME="DebugViewer.showVariablesTab" ID="DebugViewer.showVariablesTab"></a> 412 </dl><a NAME="DebugViewer.showVariablesTab" ID="DebugViewer.showVariablesTab"></a>
413 <h4>DebugViewer.showVariablesTab</h4> 413 <h4>DebugViewer.showVariablesTab</h4>
414 <b>showVariablesTab</b>(<i>globals</i>) 414 <b>showVariablesTab</b>(<i>showGlobals</i>)
415 <p> 415 <p>
416 Public method to make a variables tab visible. 416 Public method to make a variables tab visible.
417 </p><dl> 417 </p><dl>
418 <dt><i>globals</i></dt> 418 <dt><i>showGlobals</i></dt>
419 <dd> 419 <dd>
420 flag indicating global/local state 420 flag indicating global/local state
421 </dd> 421 </dd>
422 </dl> 422 </dl>
423 <div align="right"><a href="#top">Up</a></div> 423 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial