debayer has quit [Quit: Ping timeout (120 seconds)]
debayer has joined #crystal-lang
Sankalp has quit [Ping timeout: 240 seconds]
Sankalp has joined #crystal-lang
_ht has joined #crystal-lang
jmdaemon has quit [Ping timeout: 240 seconds]
Fuzai has quit [Ping timeout: 240 seconds]
Fuzai has joined #crystal-lang
Fuzai has quit [Client Quit]
alexherbo2 has joined #crystal-lang
tprepper has quit [Ping timeout: 250 seconds]
tprepper_ has joined #crystal-lang
tprepper_ is now known as tprepper
dostoyevsky2 has quit [Quit: leaving]
dostoyevsky2 has joined #crystal-lang
Guest9435 has joined #crystal-lang
<Guest9435>
Hey all, could anyone point me to the most up-to-date-ish source of information on debugging crystal? The best I could find is a DEV blog by Brian Cardiff from three years ago.
<Guest9435>
I'm aiming for bog-standard gdb or lldb stuff on the CLI, but really anything would be fine.
<Guest9435>
Any advice would be much appreciated!
llua` is now known as llua
<Blacksmoke16Geor>
that's prob the best you got. There is the debugger macro. I've personally never used a debugger like that so maybe others will have better resources
<SamantazFox>
Here I'm doing begin/rescue + `ex.inspect_with_backtrace`
<SamantazFox>
It does the job 90% of the time
<Blacksmoke16Geor>
can also do pp caller
alexherbo2 has quit [Remote host closed the connection]
<Blacksmoke16Geor>
gives the trace w/o the exception part of things