590 except RuntimeError: |
590 except RuntimeError: |
591 # debug server object might have been deleted already |
591 # debug server object might have been deleted already |
592 # ignore this |
592 # ignore this |
593 pass |
593 pass |
594 self.__autoContinued.clear() |
594 self.__autoContinued.clear() |
|
595 self.debugServer.startClient() |
595 |
596 |
596 def getDebuggerIds(self): |
597 def getDebuggerIds(self): |
597 """ |
598 """ |
598 Public method to return the IDs of the connected debugger backends. |
599 Public method to return the IDs of the connected debugger backends. |
599 |
600 |