<div dir="ltr">Hi,<div><br></div><div>When user tries to stop debugging, we call SBDebugger.Destroy(), then SBDebugger.Terminate() and exit the python process. This works well on mac, but on linux in running mode. However, I found if the debugger hits breakpoint first, then user stops debugging, the inferior is killed with siginal:</div><div>"<b>Trace/breakpoint trap</b>"</div><div><br></div><div>I tried to call SBTarget.DeleteAllBreakpoints() first before killing debugger. Still the same result.</div><div><br></div><div>Jeffrey</div></div>