Documentation/Source/eric5.Debugger.DebugServer.html

changeset 2966
f85f686981ad
parent 2387
2d119e79ab54
child 3018
70924c0bdaf1
equal deleted inserted replaced
2965:d133c7edd88a 2966:f85f686981ad
533 <h4>DebugServer.__changeBreakPoints</h4> 533 <h4>DebugServer.__changeBreakPoints</h4>
534 <b>__changeBreakPoints</b>(<i>startIndex, endIndex</i>) 534 <b>__changeBreakPoints</b>(<i>startIndex, endIndex</i>)
535 <p> 535 <p>
536 Private slot to set changed breakpoints. 536 Private slot to set changed breakpoints.
537 </p><dl> 537 </p><dl>
538 <dt><i>indexes</i></dt> 538 <dt><i>startIndex</i></dt>
539 <dd> 539 <dd>
540 indexes of changed breakpoints. 540 starting index of the change breakpoins (QModelIndex)
541 </dd><dt><i>endIndex</i></dt>
542 <dd>
543 ending index of the change breakpoins (QModelIndex)
541 </dd> 544 </dd>
542 </dl><a NAME="DebugServer.__changeWatchPoints" ID="DebugServer.__changeWatchPoints"></a> 545 </dl><a NAME="DebugServer.__changeWatchPoints" ID="DebugServer.__changeWatchPoints"></a>
543 <h4>DebugServer.__changeWatchPoints</h4> 546 <h4>DebugServer.__changeWatchPoints</h4>
544 <b>__changeWatchPoints</b>(<i>startIndex, endIndex</i>) 547 <b>__changeWatchPoints</b>(<i>startIndex, endIndex</i>)
545 <p> 548 <p>
1651 <h4>DebugServer.signalClientThreadList</h4> 1654 <h4>DebugServer.signalClientThreadList</h4>
1652 <b>signalClientThreadList</b>(<i>currentId, threadList</i>) 1655 <b>signalClientThreadList</b>(<i>currentId, threadList</i>)
1653 <p> 1656 <p>
1654 Public method to process the client thread list info. 1657 Public method to process the client thread list info.
1655 </p><dl> 1658 </p><dl>
1656 <dt><i>currentID</i></dt> 1659 <dt><i>currentId</i></dt>
1657 <dd> 1660 <dd>
1658 id of the current thread (integer) 1661 id of the current thread (integer)
1659 </dd><dt><i>threadList</i></dt> 1662 </dd><dt><i>threadList</i></dt>
1660 <dd> 1663 <dd>
1661 list of dictionaries containing the thread data 1664 list of dictionaries containing the thread data

eric ide

mercurial