Documentation/Source/eric6.DebugClients.Python.DebugBase.html

changeset 5606
da305d172769
parent 5559
072d97551334
child 5662
2c99fa1072b6
equal deleted inserted replaced
5605:1950fe1a32c4 5606:da305d172769
515 <dd> 515 <dd>
516 raised to indicate too many recursions 516 raised to indicate too many recursions
517 </dd> 517 </dd>
518 </dl><a NAME="DebugBase.run" ID="DebugBase.run"></a> 518 </dl><a NAME="DebugBase.run" ID="DebugBase.run"></a>
519 <h4>DebugBase.run</h4> 519 <h4>DebugBase.run</h4>
520 <b>run</b>(<i>cmd, globals=None, locals=None, debug=True</i>) 520 <b>run</b>(<i>cmd, globalsDict=None, localsDict=None, debug=True</i>)
521 <p> 521 <p>
522 Public method to start a given command under debugger control. 522 Public method to start a given command under debugger control.
523 </p><dl> 523 </p><dl>
524 <dt><i>cmd</i> (str or CodeType)</dt> 524 <dt><i>cmd</i> (str or CodeType)</dt>
525 <dd> 525 <dd>
526 command / code to execute under debugger control 526 command / code to execute under debugger control
527 </dd><dt><i>globals=</i> (dict)</dt> 527 </dd><dt><i>globalsDict=</i> (dict)</dt>
528 <dd> 528 <dd>
529 dictionary of global variables for cmd 529 dictionary of global variables for cmd
530 </dd><dt><i>locals=</i> (dict)</dt> 530 </dd><dt><i>localsDict=</i> (dict)</dt>
531 <dd> 531 <dd>
532 dictionary of local variables for cmd 532 dictionary of local variables for cmd
533 </dd><dt><i>debug=</i> (bool)</dt> 533 </dd><dt><i>debug=</i> (bool)</dt>
534 <dd> 534 <dd>
535 flag if command should run under debugger control 535 flag if command should run under debugger control

eric ide

mercurial