5.3 Debugging under multitasking
*terminal-io*
, you can use a keyboard interrupt to turn off the scheduler and to enter a breakpoint into the initial I/O stream; the Debugger is entered at the breakpoint. In Liquid Common Lisp,Ctrl-C
issues a keyboard interrupt. You then can use the functioninterrupt-process
to specify a process to run when you exit the initial I/O break and restart the scheduler.
Generated with Harlequin WebMaker