eric6/Debugger/DebuggerInterfacePython.py

changeset 7915
e68f5c568aee
parent 7897
9acc015ea443
child 7923
91e843545d9a
equal deleted inserted replaced
7914:999f07b00a49 7915:e68f5c568aee
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

eric ide

mercurial