Elixir and breakpoints in Visual Studio Code
February 3, 2020•154 words
I have, for a long time now, thought it wasn't possible to use breakpoints in Elixir with Visual Studio Code. Turns out I was wrong.
After doing a Google search for something related, I came across this article:
Elixir Development with Visual Studio Code
It explains how to use Visual Studio Code's debug feature in combination with Elixir. This allows you to use breakpoints and it seems to work quite well.
Basically, all you need to do is to add a configuration in a file called launch.json in...
Read post