Re: Exiting from Python and Guile interpreters
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> Date: Wed, 16 Dec 2015 12:16:08 +0100 > From: Jan Kratochvil <[email protected]> > Cc: [email protected] > > On Wed, 16 Dec 2015 11:53:10 +0100, Eli Zaretskii wrote: > > . to exit Python, one should type the EOF character, Ctrl-D on Unix, > > Ctrl-Z on Windows > > > > . typing "quit()" at Python prompt exits the debugger > > In Fedora 23 build it is the same. > > > > . to exit Guile, one should type ",q" or ",quit" > > > > . typing the EOF character at Guile prompt exits the debugger > > In Fedora 23 build both methods return to the GDB prompt. Thanks. So what do you think about making "quit()" in Python return to GDB instead of exiting to shell?