|
|
|
|
|
by GordonS
2537 days ago
|
|
FWIW, I feel like I he this kind of productivity with server-side rendered ASP.NET Core web apps. Something that is great about .NET is the available tooling - the debuggers in both Visual Studio and Rider are amazing, and it's difficult to imagine living without them. AFAIK, you're relegated to rather primitive "println debugging" with Elixir - has this been an issue for you in practice? |
|
Not at all. The traditional BEAM way of debugging is the tracing modules. For little things an `IEx.pry()` is often good enough though.