X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=console.lisp;fp=console.lisp;h=86588b1815d8f115b207a42e35ed886040ca744d;hb=0b54e760a0bb4044372a2407ee959b37952d3e4d;hp=abca2163c1c03f3484a8010161e4e0a038cd738e;hpb=5ebd9d0215f32872bba84b52c697e23b0b7d444b;p=lifp.git diff --git a/console.lisp b/console.lisp index abca216..86588b1 100644 --- a/console.lisp +++ b/console.lisp @@ -153,7 +153,7 @@ (defun run-console (startup lib-loader &key (interactive nil)) (if *repl-mode* (progn (funcall startup) (return-from run-console t)) - (with-ltk () + (with-ltk (:debug :develop) (let* ((txt (make-instance 'text)) (menu (make-menubar)) (m-file (make-menu menu "File"))