Re: Exiting from Python and Guile interpreters
Jan Kratochvil <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[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. Jan