262 <tr> |
262 <tr> |
263 <td><a href="#DebuggerInterfacePython.remoteWatchpointIgnore">remoteWatchpointIgnore</a></td> |
263 <td><a href="#DebuggerInterfacePython.remoteWatchpointIgnore">remoteWatchpointIgnore</a></td> |
264 <td>Public method to ignore a watch expression the next couple of occurrences.</td> |
264 <td>Public method to ignore a watch expression the next couple of occurrences.</td> |
265 </tr> |
265 </tr> |
266 <tr> |
266 <tr> |
|
267 <td><a href="#DebuggerInterfacePython.setAutoContinue">setAutoContinue</a></td> |
|
268 <td>Public method to set the automatic continue flag of the interface.</td> |
|
269 </tr> |
|
270 <tr> |
267 <td><a href="#DebuggerInterfacePython.setCallTraceEnabled">setCallTraceEnabled</a></td> |
271 <td><a href="#DebuggerInterfacePython.setCallTraceEnabled">setCallTraceEnabled</a></td> |
268 <td>Public method to set the call trace state.</td> |
272 <td>Public method to set the call trace state.</td> |
269 </tr> |
273 </tr> |
270 <tr> |
274 <tr> |
271 <td><a href="#DebuggerInterfacePython.shutdown">shutdown</a></td> |
275 <td><a href="#DebuggerInterfacePython.shutdown">shutdown</a></td> |
1337 expression of the watch expression |
1341 expression of the watch expression |
1338 </dd> |
1342 </dd> |
1339 <dt><i>count</i> (int)</dt> |
1343 <dt><i>count</i> (int)</dt> |
1340 <dd> |
1344 <dd> |
1341 number of occurrences to ignore |
1345 number of occurrences to ignore |
|
1346 </dd> |
|
1347 </dl> |
|
1348 <a NAME="DebuggerInterfacePython.setAutoContinue" ID="DebuggerInterfacePython.setAutoContinue"></a> |
|
1349 <h4>DebuggerInterfacePython.setAutoContinue</h4> |
|
1350 <b>setAutoContinue</b>(<i>autoContinue</i>) |
|
1351 <p> |
|
1352 Public method to set the automatic continue flag of the interface. |
|
1353 </p> |
|
1354 <p> |
|
1355 If this is set to True, the debugger will tell the debug client to continue |
|
1356 when it stops at the first line of the script to be debugged. |
|
1357 </p> |
|
1358 |
|
1359 <dl> |
|
1360 |
|
1361 <dt><i>autoContinue</i> (bool)</dt> |
|
1362 <dd> |
|
1363 flag indicating the auto continue state |
1342 </dd> |
1364 </dd> |
1343 </dl> |
1365 </dl> |
1344 <a NAME="DebuggerInterfacePython.setCallTraceEnabled" ID="DebuggerInterfacePython.setCallTraceEnabled"></a> |
1366 <a NAME="DebuggerInterfacePython.setCallTraceEnabled" ID="DebuggerInterfacePython.setCallTraceEnabled"></a> |
1345 <h4>DebuggerInterfacePython.setCallTraceEnabled</h4> |
1367 <h4>DebuggerInterfacePython.setCallTraceEnabled</h4> |
1346 <b>setCallTraceEnabled</b>(<i>debuggerId, on</i>) |
1368 <b>setCallTraceEnabled</b>(<i>debuggerId, on</i>) |