One of my threads entered the debugger. I want to switch to it, expect that stacktrace, choose a restart, etc... How can I do that?
I am using bordeaux-threads
.
One of my threads entered the debugger. I want to switch to it, expect that stacktrace, choose a restart, etc... How can I do that?
I am using bordeaux-threads
.
If you use SLIME, it should work automatically. Otherwise it depends on your implementation. In SBCL,
(SB-THREAD:RELEASE-FOREGROUND)
should let the other thread use the terminal.SBCL manual, 12.8 Sessions/Debugging