src/eric7/DebugClients/Python/DebugClientBase.py

branch
eric7
changeset 9462
e65379fdbd97
parent 9409
fab36282c912
child 9473
3f23dbf37dbe
equal deleted inserted replaced
9461:24c0c1066090 9462:e65379fdbd97
255 Public method to close the session with the debugger and optionally 255 Public method to close the session with the debugger and optionally
256 terminate. 256 terminate.
257 257
258 @param terminate flag indicating to terminate (boolean) 258 @param terminate flag indicating to terminate (boolean)
259 """ 259 """
260 with contextlib.suppress(Exception): 260 with contextlib.suppress(Exception): # secok
261 self.set_quit() 261 self.set_quit()
262 262
263 self.debugging = False 263 self.debugging = False
264 self.multiprocessSupport = False 264 self.multiprocessSupport = False
265 self.noDebugList = [] 265 self.noDebugList = []

eric ide

mercurial