[slime-devel] problems with dettachtty
Helmut Eller
heller at common-lisp.net
Sat Feb 11 19:08:11 UTC 2006
* Nicolas Lamirault [2006-02-11 12:49+0100] writes:
> but i have an error (file attached to this mail)
> someone know how can i do to use slime with detachtty ?
Apparently there's no *debug-io* if SBCL is started under detachtty.
SLIME writes the portnumber to *debug-io* but the debugger is invoked
because there's no *debug-io* but the debugger can't print anything
because there's no *debug-io* ...
Something like
detachtty --dribble-file /tmp/d --log-file /tmp/d
--pid-file /tmp/pid /tmp/socket
/usr/bin/sbcl --eval '(setq *debug-io* *standard-output*)'
--eval '(load "swank-loader.lisp")'
--eval '(swank:create-server)'
works here.
Helmut.
More information about the slime-devel
mailing list