Skip to content

Commit

Permalink
debugging, swank: use with :dont-close t
Browse files Browse the repository at this point in the history
  • Loading branch information
vindarel committed Sep 19, 2024
1 parent 1652029 commit 483c0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ If needed, import the dependencies first:
(format t "hello world ~a!~%" *counter*))
(defun runner ()
(swank:create-server :port 4006)
(swank:create-server :port 4006 :dont-close t)
(format t "we are past go!~%")
(bt:make-thread (lambda ()
(loop repeat 5 do
Expand Down

0 comments on commit 483c0cf

Please sign in to comment.