guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: backing out of debugger


From: Matt Wette
Subject: Re: backing out of debugger
Date: Wed, 15 Sep 2021 05:49:08 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0


On 9/14/21 5:50 AM, Mortimer Cladwell wrote:
Hi,
Let's say I made a lot of mistakes. I look at my repl and see:
scheme@(guile-user) [10]>

Any way to back out to scheme@(guile-user)> without typing ,q ten times?
Thanks
Mortimer
Try binding a command to:

(while (pair? (cdr (fluid-ref *repl-stack*))) (throw 'quit))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]