We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4718c commit eb2e296Copy full SHA for eb2e296
debug_server.py
@@ -323,7 +323,8 @@ def _mt():
323
def gdb_on_exited__mT(self, event):
324
response = {}
325
326
- del api.globalvars.inferior_run_times[event.inferior.num]
+ try: del api.globalvars.inferior_run_times[event.inferior.num]
327
+ except: pass
328
329
api.globalvars.debugFlags.set(api.flags.AtomicDebugFlags.SELECTED_FRAMES, {})
330
0 commit comments