Fork me on GitHub
#biff
<
2023-10-13
>
Luciano Laratelli21:10:53

Does anyone else have problems with the cider debugger for ring handlers? I’m never able to get it to step into them. for code that isn’t in a handler I don’t have the problem. :thinking_face:

Jacob O'Bryant21:10:21

I've never used the cider debugger/cider in general, but let me know if you find out what the problem is--I'd be happy to update biff if there's a way to fix it on that end.

Luciano Laratelli21:10:26

I will! Thanks Jacob 🙂

Martynas Maciulevičius00:10:14

Is it possible that the functions get reloaded after the debugger has set the symbols (I don't know how the debugger works)? There is an auto-reload feature on save of the file.

Luciano Laratelli15:10:01

That’s a good place to investigate, thanks for that! Will look into it today 🤞:skin-tone-3:

Martynas Maciulevičius15:10:02

In any way I think reload-on-save beats the debugger completely as you can just connect to production REPL and reload your expressions directly there with the erroneous state in place.