justapassword has quit [Remote host closed the connection]
ManyQuestionsPer has joined #slime
<ManyQuestionsPer>
Hi all, I am new to lisp and slime, and I am trying to do something that I thought would be simple to do but does not seem to work
<ManyQuestionsPer>
I have set a breakpoint (break) inside a function, and when I call a top-level function that calls my target function with the break, the SLDB frame correctly pops up
<ManyQuestionsPer>
however, when I go back to the repl, I am unable to evaluate expressions within my target function
<ManyQuestionsPer>
I would have thought that would work easily out of the box with Emacs, SBCL and slime