eric6/Documentation/Source/eric6.Debugger.DebugUI.html

changeset 7986
2971d5d19951
parent 7959
44e15eda6506
child 7989
a21d673a8f99
equal deleted inserted replaced
7985:3a1ca2452c30 7986:2971d5d19951
635 True if the client died, False otherwise 635 True if the client died, False otherwise
636 </dd> 636 </dd>
637 </dl> 637 </dl>
638 <a NAME="DebugUI.__clientLine" ID="DebugUI.__clientLine"></a> 638 <a NAME="DebugUI.__clientLine" ID="DebugUI.__clientLine"></a>
639 <h4>DebugUI.__clientLine</h4> 639 <h4>DebugUI.__clientLine</h4>
640 <b>__clientLine</b>(<i>fn, line, debuggerId, forStack</i>) 640 <b>__clientLine</b>(<i>fn, line, debuggerId, threadName, forStack</i>)
641 641
642 <p> 642 <p>
643 Private method to handle a change to the current line. 643 Private method to handle a change to the current line.
644 </p> 644 </p>
645 <dl> 645 <dl>
653 linenumber 653 linenumber
654 </dd> 654 </dd>
655 <dt><i>debuggerId</i> (str)</dt> 655 <dt><i>debuggerId</i> (str)</dt>
656 <dd> 656 <dd>
657 ID of the debugger backend 657 ID of the debugger backend
658 </dd>
659 <dt><i>threadName</i> (str)</dt>
660 <dd>
661 name of the thread signaling the event
658 </dd> 662 </dd>
659 <dt><i>forStack</i> (bool)</dt> 663 <dt><i>forStack</i> (bool)</dt>
660 <dd> 664 <dd>
661 flag indicating this is for a stack dump 665 flag indicating this is for a stack dump
662 </dd> 666 </dd>

eric ide

mercurial