For me, debugging was always too slow in JetBrains. I don’t know if it was a result of the IDE or the language (Python) but I would always end up using print statements instead.
With elixir reloading a single module is fast because of the functional architecture so I can at least drop down into the REPL instead.
With elixir reloading a single module is fast because of the functional architecture so I can at least drop down into the REPL instead.