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 = [] |