Documentation/Source/eric5.Debugger.DebugServer.html

branch
5_1_x
changeset 1182
86d320b21279
parent 1004
9ff75adb6170
child 1278
fb0460fd00b9
equal deleted inserted replaced
1181:31d20dc43805 1182:86d320b21279
208 <td>Private slot to delete breakpoints.</td> 208 <td>Private slot to delete breakpoints.</td>
209 </tr><tr> 209 </tr><tr>
210 <td><a href="#DebugServer.__deleteWatchPoints">__deleteWatchPoints</a></td> 210 <td><a href="#DebugServer.__deleteWatchPoints">__deleteWatchPoints</a></td>
211 <td>Private slot to delete watch expressions.</td> 211 <td>Private slot to delete watch expressions.</td>
212 </tr><tr> 212 </tr><tr>
213 <td><a href="#DebugServer.__getNetworkInterfaceAndIndex">__getNetworkInterfaceAndIndex</a></td>
214 <td>Private method to determine the network interface and the interface index.</td>
215 </tr><tr>
213 <td><a href="#DebugServer.__makeWatchCondition">__makeWatchCondition</a></td> 216 <td><a href="#DebugServer.__makeWatchCondition">__makeWatchCondition</a></td>
214 <td>Private method to construct the condition string.</td> 217 <td>Private method to construct the condition string.</td>
215 </tr><tr> 218 </tr><tr>
216 <td><a href="#DebugServer.__newConnection">__newConnection</a></td> 219 <td><a href="#DebugServer.__newConnection">__newConnection</a></td>
217 <td>Private slot to handle a new connection.</td> 220 <td>Private slot to handle a new connection.</td>
585 start row (integer) 588 start row (integer)
586 </dd><dt><i>end</i></dt> 589 </dd><dt><i>end</i></dt>
587 <dd> 590 <dd>
588 end row (integer) 591 end row (integer)
589 </dd> 592 </dd>
593 </dl><a NAME="DebugServer.__getNetworkInterfaceAndIndex" ID="DebugServer.__getNetworkInterfaceAndIndex"></a>
594 <h4>DebugServer.__getNetworkInterfaceAndIndex</h4>
595 <b>__getNetworkInterfaceAndIndex</b>(<i>address</i>)
596 <p>
597 Private method to determine the network interface and the interface index.
598 </p><dl>
599 <dt><i>address</i></dt>
600 <dd>
601 address to determine the info for (string)
602 </dd>
603 </dl><dl>
604 <dt>Returns:</dt>
605 <dd>
606 tuple of network interface name (string) and index (integer)
607 </dd>
590 </dl><a NAME="DebugServer.__makeWatchCondition" ID="DebugServer.__makeWatchCondition"></a> 608 </dl><a NAME="DebugServer.__makeWatchCondition" ID="DebugServer.__makeWatchCondition"></a>
591 <h4>DebugServer.__makeWatchCondition</h4> 609 <h4>DebugServer.__makeWatchCondition</h4>
592 <b>__makeWatchCondition</b>(<i>cond, special</i>) 610 <b>__makeWatchCondition</b>(<i>cond, special</i>)
593 <p> 611 <p>
594 Private method to construct the condition string. 612 Private method to construct the condition string.

eric ide

mercurial