src/eric7/Debugger/DebugServer.py

branch
eric7
changeset 10423
299802979277
parent 10417
c6011e501282
child 10439
21c28b0f9e41
equal deleted inserted replaced
10422:e28b89693f37 10423:299802979277
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 """

eric ide

mercurial