debugging - how to close gdb connection without stopping running program -
is there way exit gdb connnection without stopping / exiting running program ? need running program continues after gdb connection closed. is there way exit gdb connnection without stopping / exiting running program ? (gdb) detach detach process or file attached. if process, no longer traced, , continues execution. if debugging file, file closed , gdb no longer accesses it. list of detach subcommands: detach checkpoint -- detach checkpoint (experimental) detach inferiors -- detach inferior id (or list of ids) type "help detach" followed detach subcommand name full documentation. type "apropos word" search commands related "word". command name abbreviations allowed if unambiguous.