Page 1 of 1
(c)ontinue, (d)ebug, e(x)it, (r)eset:
Posted: Mon Apr 03, 2006 8:16 am
by cormullion
Where can I read more about this (if I press Control-C in the terminal):
Code: Select all
(c)ontinue, (d)ebug, e(x)it, (r)eset:
I get this prompt, but I can't do anything sensible:
Posted: Mon Apr 03, 2006 10:56 am
by Lutz
Ctrl-C can interrupt a longer runnning process, then after hitting 'd' it may be possible to enter debug mode (see also 'debug' in the manual).
The behaviiour of Ctrl-C and subsequent commands is different on different platforms and also depends on the state newLISP is in at that moment. E.g. certain processes cannot be interrupted.
Lutz
Posted: Mon Apr 03, 2006 11:58 am
by cormullion
Thanks. I saw (debug) and (trace), but couldn't make anything work after seeing the 0> prompt. Only another Ctrl-C and then exit or reset worked.