Bugs item #2855779, was opened at 2009-09-10 00:48
Message generated for change (Tracker Item Submitted) made by crouchingturbo
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=534974&aid=2855779&group_id=72581
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: CGDB
Group: None
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: Mike Mueller (crouchingturbo)
Assigned to: Mike Mueller (crouchingturbo)
Summary: Ctrl-D in gdb window exits immediately
Initial Comment:
In gdb, pressing Ctrl-D would normally prompt "are you sure?" if the program is currently being debugged. CGDB doesn't confirm, it simply exits, which can be frustrating. (Ctrl-D is a useful keystroke in the sourrce window, so this is an easy accident.)
CGDB should send the EOF character to GDB, and let GDB handle it in the normal way, rather than having special case code in cgdb.c to cleanup and quit.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=534974&aid=2855779&group_id=72581
|