[elixir-core:7945] Re: [Proposal] debugger statement

2018-03-27 Thread Adam Kirk
It does not allow stepping. If you're not sure what code path a test scenario is triggering, pry won't help you, you have to litter inspect statements everywhere On Tuesday, March 27, 2018 at 2:47:26 PM UTC-6, OvermindDL1 wrote: > > Doesn't `IEX.pry` work well for that? You can even gate it

[elixir-core:7944] Re: [Proposal] debugger statement

2018-03-27 Thread OvermindDL1
Doesn't `IEX.pry` work well for that? You can even gate it behind a configuration variable or so too. On Saturday, March 24, 2018 at 6:29:54 AM UTC-6, Adam Kirk wrote: > > Ok so this is just an idea and it might be ignorant: > > What is `iex` had a `—debug` option that could be: > > 1) called