src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfaceNone.html

branch
eric7
changeset 11029
1cd8701ed260
parent 10987
ee81b245ae2c
equal deleted inserted replaced
11028:6353fe3204c9 11029:1cd8701ed260
202 <tr> 202 <tr>
203 <td><a href="#DebuggerInterfaceNone.remoteWatchpointIgnore">remoteWatchpointIgnore</a></td> 203 <td><a href="#DebuggerInterfaceNone.remoteWatchpointIgnore">remoteWatchpointIgnore</a></td>
204 <td>Public method to ignore a watch expression the next couple of occurrences.</td> 204 <td>Public method to ignore a watch expression the next couple of occurrences.</td>
205 </tr> 205 </tr>
206 <tr> 206 <tr>
207 <td><a href="#DebuggerInterfaceNone.setAutoContinue">setAutoContinue</a></td>
208 <td>Public method to set the automatic continue flag of the interface.</td>
209 </tr>
210 <tr>
207 <td><a href="#DebuggerInterfaceNone.setCallTraceEnabled">setCallTraceEnabled</a></td> 211 <td><a href="#DebuggerInterfaceNone.setCallTraceEnabled">setCallTraceEnabled</a></td>
208 <td>Public method to set the call trace state.</td> 212 <td>Public method to set the call trace state.</td>
209 </tr> 213 </tr>
210 <tr> 214 <tr>
211 <td><a href="#DebuggerInterfaceNone.shutdown">shutdown</a></td> 215 <td><a href="#DebuggerInterfaceNone.shutdown">shutdown</a></td>
972 expression of the watch expression 976 expression of the watch expression
973 </dd> 977 </dd>
974 <dt><i>count</i> (int)</dt> 978 <dt><i>count</i> (int)</dt>
975 <dd> 979 <dd>
976 number of occurrences to ignore 980 number of occurrences to ignore
981 </dd>
982 </dl>
983 <a NAME="DebuggerInterfaceNone.setAutoContinue" ID="DebuggerInterfaceNone.setAutoContinue"></a>
984 <h4>DebuggerInterfaceNone.setAutoContinue</h4>
985 <b>setAutoContinue</b>(<i>autoContinue</i>)
986 <p>
987 Public method to set the automatic continue flag of the interface.
988 </p>
989 <p>
990 If this is set to True, the debugger will tell the debug client to continue
991 when it stops at the first line of the script to be debugged.
992 </p>
993
994 <dl>
995
996 <dt><i>autoContinue</i> (bool)</dt>
997 <dd>
998 flag indicating the auto continue state
977 </dd> 999 </dd>
978 </dl> 1000 </dl>
979 <a NAME="DebuggerInterfaceNone.setCallTraceEnabled" ID="DebuggerInterfaceNone.setCallTraceEnabled"></a> 1001 <a NAME="DebuggerInterfaceNone.setCallTraceEnabled" ID="DebuggerInterfaceNone.setCallTraceEnabled"></a>
980 <h4>DebuggerInterfaceNone.setCallTraceEnabled</h4> 1002 <h4>DebuggerInterfaceNone.setCallTraceEnabled</h4>
981 <b>setCallTraceEnabled</b>(<i>debuggerId, on</i>) 1003 <b>setCallTraceEnabled</b>(<i>debuggerId, on</i>)

eric ide

mercurial