167 <td>Public method to enable or disable a watch expression.</td> |
167 <td>Public method to enable or disable a watch expression.</td> |
168 </tr><tr> |
168 </tr><tr> |
169 <td><a href="#DebuggerInterfaceNone.remoteWatchpointIgnore">remoteWatchpointIgnore</a></td> |
169 <td><a href="#DebuggerInterfaceNone.remoteWatchpointIgnore">remoteWatchpointIgnore</a></td> |
170 <td>Public method to ignore a watch expression the next couple of occurrences.</td> |
170 <td>Public method to ignore a watch expression the next couple of occurrences.</td> |
171 </tr><tr> |
171 </tr><tr> |
|
172 <td><a href="#DebuggerInterfaceNone.setCallTraceEnabled">setCallTraceEnabled</a></td> |
|
173 <td>Public method to set the call trace state.</td> |
|
174 </tr><tr> |
172 <td><a href="#DebuggerInterfaceNone.shutdown">shutdown</a></td> |
175 <td><a href="#DebuggerInterfaceNone.shutdown">shutdown</a></td> |
173 <td>Public method to cleanly shut down.</td> |
176 <td>Public method to cleanly shut down.</td> |
174 </tr><tr> |
177 </tr><tr> |
175 <td><a href="#DebuggerInterfaceNone.startRemote">startRemote</a></td> |
178 <td><a href="#DebuggerInterfaceNone.startRemote">startRemote</a></td> |
176 <td>Public method to start a remote Python interpreter.</td> |
179 <td>Public method to start a remote Python interpreter.</td> |
626 expression of the watch expression (string) |
629 expression of the watch expression (string) |
627 </dd><dt><i>count</i></dt> |
630 </dd><dt><i>count</i></dt> |
628 <dd> |
631 <dd> |
629 number of occurrences to ignore (int) |
632 number of occurrences to ignore (int) |
630 </dd> |
633 </dd> |
|
634 </dl><a NAME="DebuggerInterfaceNone.setCallTraceEnabled" ID="DebuggerInterfaceNone.setCallTraceEnabled"></a> |
|
635 <h4>DebuggerInterfaceNone.setCallTraceEnabled</h4> |
|
636 <b>setCallTraceEnabled</b>(<i>on</i>) |
|
637 <p> |
|
638 Public method to set the call trace state. |
|
639 </p><dl> |
|
640 <dt><i>on</i></dt> |
|
641 <dd> |
|
642 flag indicating to enable the call trace function (boolean) |
|
643 </dd> |
631 </dl><a NAME="DebuggerInterfaceNone.shutdown" ID="DebuggerInterfaceNone.shutdown"></a> |
644 </dl><a NAME="DebuggerInterfaceNone.shutdown" ID="DebuggerInterfaceNone.shutdown"></a> |
632 <h4>DebuggerInterfaceNone.shutdown</h4> |
645 <h4>DebuggerInterfaceNone.shutdown</h4> |
633 <b>shutdown</b>(<i></i>) |
646 <b>shutdown</b>(<i></i>) |
634 <p> |
647 <p> |
635 Public method to cleanly shut down. |
648 Public method to cleanly shut down. |