|
|
|
|
|
by GordonS
2538 days ago
|
|
> The traditional BEAM way of debugging is the tracing modules Excuse my ignorance, but by "tracing modules", do you mean "println debugging"? I had a quick look at IEx.pry(), which at a glace I think gives you a repl at a given breakpoint? It looks like it also requires you to instrument your code with breakpoints, which TBH feels a bit ugly (but could presumably be solved with the right IDE) |
|