
Debugging in Elixir with Marcos Ramos - EMx 214
Elixir Mix
00:00
How to Use DBG Debugger to Debug Code
DBG is a text-based debugger. So you can pause if you want and inspect what's going on. Or you can say, when you get to the sign of execution, send me a message and let me know, like, what's the current state of certain variables. Yeah. That's why it's really dangerous to use this in production because you can stop a whole process from working Because you told the Debugger to stop the process. You have to be careful when using that. But this stuff is really confusing. I'm walking through an article and to me, he's thinking, okay, try, you know, all the stuff for prize in there. You're like
Transcript
Play full episode