Documentation/Source/eric5.Debugger.DebugServer.html

changeset 1183
4285148ea20f
parent 1166
a94b0a2fafd7
child 1228
7afaf2fca55b
equal deleted inserted replaced
1180:566742748d48 1183:4285148ea20f
220 <td>Private slot to delete breakpoints.</td> 220 <td>Private slot to delete breakpoints.</td>
221 </tr><tr> 221 </tr><tr>
222 <td><a href="#DebugServer.__deleteWatchPoints">__deleteWatchPoints</a></td> 222 <td><a href="#DebugServer.__deleteWatchPoints">__deleteWatchPoints</a></td>
223 <td>Private slot to delete watch expressions.</td> 223 <td>Private slot to delete watch expressions.</td>
224 </tr><tr> 224 </tr><tr>
225 <td><a href="#DebugServer.__getNetworkInterfaceAndIndex">__getNetworkInterfaceAndIndex</a></td>
226 <td>Private method to determine the network interface and the interface index.</td>
227 </tr><tr>
225 <td><a href="#DebugServer.__makeWatchCondition">__makeWatchCondition</a></td> 228 <td><a href="#DebugServer.__makeWatchCondition">__makeWatchCondition</a></td>
226 <td>Private method to construct the condition string.</td> 229 <td>Private method to construct the condition string.</td>
227 </tr><tr> 230 </tr><tr>
228 <td><a href="#DebugServer.__newConnection">__newConnection</a></td> 231 <td><a href="#DebugServer.__newConnection">__newConnection</a></td>
229 <td>Private slot to handle a new connection.</td> 232 <td>Private slot to handle a new connection.</td>
606 start row (integer) 609 start row (integer)
607 </dd><dt><i>end</i></dt> 610 </dd><dt><i>end</i></dt>
608 <dd> 611 <dd>
609 end row (integer) 612 end row (integer)
610 </dd> 613 </dd>
614 </dl><a NAME="DebugServer.__getNetworkInterfaceAndIndex" ID="DebugServer.__getNetworkInterfaceAndIndex"></a>
615 <h4>DebugServer.__getNetworkInterfaceAndIndex</h4>
616 <b>__getNetworkInterfaceAndIndex</b>(<i>address</i>)
617 <p>
618 Private method to determine the network interface and the interface index.
619 </p><dl>
620 <dt><i>address</i></dt>
621 <dd>
622 address to determine the info for (string)
623 </dd>
624 </dl><dl>
625 <dt>Returns:</dt>
626 <dd>
627 tuple of network interface name (string) and index (integer)
628 </dd>
611 </dl><a NAME="DebugServer.__makeWatchCondition" ID="DebugServer.__makeWatchCondition"></a> 629 </dl><a NAME="DebugServer.__makeWatchCondition" ID="DebugServer.__makeWatchCondition"></a>
612 <h4>DebugServer.__makeWatchCondition</h4> 630 <h4>DebugServer.__makeWatchCondition</h4>
613 <b>__makeWatchCondition</b>(<i>cond, special</i>) 631 <b>__makeWatchCondition</b>(<i>cond, special</i>)
614 <p> 632 <p>
615 Private method to construct the condition string. 633 Private method to construct the condition string.

eric ide

mercurial