def run(self):
global gdb_shutting_down
gdb_shutting_down = True
wait_until_stopped()
run_cmd("-gdb-exit", True)
# if gdb_server_process:
# gdb_server_process.terminate()
sublime.active_window().run_command("hide_panel", {"cancel": True})
评论列表
文章目录