185 <td>Public method to enable or disable a watch expression.</td> |
185 <td>Public method to enable or disable a watch expression.</td> |
186 </tr><tr> |
186 </tr><tr> |
187 <td><a href="#DebuggerInterfacePython3.remoteWatchpointIgnore">remoteWatchpointIgnore</a></td> |
187 <td><a href="#DebuggerInterfacePython3.remoteWatchpointIgnore">remoteWatchpointIgnore</a></td> |
188 <td>Public method to ignore a watch expression the next couple of occurrences.</td> |
188 <td>Public method to ignore a watch expression the next couple of occurrences.</td> |
189 </tr><tr> |
189 </tr><tr> |
|
190 <td><a href="#DebuggerInterfacePython3.setCallTraceEnabled">setCallTraceEnabled</a></td> |
|
191 <td>Public method to set the call trace state.</td> |
|
192 </tr><tr> |
190 <td><a href="#DebuggerInterfacePython3.shutdown">shutdown</a></td> |
193 <td><a href="#DebuggerInterfacePython3.shutdown">shutdown</a></td> |
191 <td>Public method to cleanly shut down.</td> |
194 <td>Public method to cleanly shut down.</td> |
192 </tr><tr> |
195 </tr><tr> |
193 <td><a href="#DebuggerInterfacePython3.startRemote">startRemote</a></td> |
196 <td><a href="#DebuggerInterfacePython3.startRemote">startRemote</a></td> |
194 <td>Public method to start a remote Python interpreter.</td> |
197 <td>Public method to start a remote Python interpreter.</td> |
723 expression of the watch expression (string) |
726 expression of the watch expression (string) |
724 </dd><dt><i>count</i></dt> |
727 </dd><dt><i>count</i></dt> |
725 <dd> |
728 <dd> |
726 number of occurrences to ignore (int) |
729 number of occurrences to ignore (int) |
727 </dd> |
730 </dd> |
|
731 </dl><a NAME="DebuggerInterfacePython3.setCallTraceEnabled" ID="DebuggerInterfacePython3.setCallTraceEnabled"></a> |
|
732 <h4>DebuggerInterfacePython3.setCallTraceEnabled</h4> |
|
733 <b>setCallTraceEnabled</b>(<i>on</i>) |
|
734 <p> |
|
735 Public method to set the call trace state. |
|
736 </p><dl> |
|
737 <dt><i>on</i></dt> |
|
738 <dd> |
|
739 flag indicating to enable the call trace function (boolean) |
|
740 </dd> |
728 </dl><a NAME="DebuggerInterfacePython3.shutdown" ID="DebuggerInterfacePython3.shutdown"></a> |
741 </dl><a NAME="DebuggerInterfacePython3.shutdown" ID="DebuggerInterfacePython3.shutdown"></a> |
729 <h4>DebuggerInterfacePython3.shutdown</h4> |
742 <h4>DebuggerInterfacePython3.shutdown</h4> |
730 <b>shutdown</b>(<i></i>) |
743 <b>shutdown</b>(<i></i>) |
731 <p> |
744 <p> |
732 Public method to cleanly shut down. |
745 Public method to cleanly shut down. |