On Mon, Apr 19, 2021 at 07:41:37PM -0500, polifemo wrote:
> it seems that ^X does not exit a breaking point to the main picolisp
> process anymore.

This is correct. Because the command line input in pil21 is now via standard
readline(), it is no longer unter direct control.


> When I break a process with ^C, for example `(loop (println "hello world")
> (wait 1000))`, I enter a breakpoint, but I can't return to toplevel with ^X
> as I used to.

The way to abort input or to return to top level in general in now Ctrl-D.

Ctrl-D goes back to the top level, or - if already at top level - exits the
interpreter.

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to