mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
better sort for tree, trace-io added to eval
This commit is contained in:
parent
f025a45ec6
commit
6f61020904
3 changed files with 20 additions and 7 deletions
|
|
@ -123,7 +123,10 @@ provide an interactive console.)"))
|
|||
(let* ((*query-io* (make-two-way-stream in-stream out-stream))
|
||||
(*standard-output* console)
|
||||
(*standard-input* (make-instance 'console-in-stream :clog-obj clog-obj))
|
||||
(*terminal-io* (make-two-way-stream *standard-input* *standard-output*))
|
||||
(*debug-io* *terminal-io*)
|
||||
(*error-output* console)
|
||||
(*trace-output* console)
|
||||
(*debugger-hook* (if clog-connection:*disable-clog-debugging*
|
||||
*debugger-hook*
|
||||
#'my-debugger))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue