Why gdb always confirm if I'm quitting when the program is still running?

Joel Brobecker brobecker@adacore.com
Sun Oct 29 20:05:00 GMT 2006


> (gdb) q
> The program is running.  Exit anyway? (y or n) y

I don't think you can turn this question off specifically, but you
can avoid all confirmation messages using "set confirm off".

-- 
Joel



More information about the Gdb mailing list