1402 Public method to continue the debugged program. |
1402 Public method to continue the debugged program. |
1403 |
1403 |
1404 @param debuggerId ID of the debugger backend |
1404 @param debuggerId ID of the debugger backend |
1405 @type str |
1405 @type str |
1406 @param special flag indicating a special continue operation |
1406 @param special flag indicating a special continue operation |
|
1407 @type bool |
1407 """ |
1408 """ |
1408 self.debuggerInterface.remoteContinue(debuggerId, special) |
1409 self.debuggerInterface.remoteContinue(debuggerId, special) |
1409 |
1410 |
1410 def remoteContinueUntil(self, debuggerId, line): |
1411 def remoteContinueUntil(self, debuggerId, line): |
1411 """ |
1412 """ |