kagux / ex_debug_toolbar

A debug web toolbar for Phoenix projects to display all sorts of information about request

Home Page:https://hex.pm/packages/ex_debug_toolbar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow iex usage?

sardaukar opened this issue · comments

Right now, if I enable ex_debug_toolbar (which is awesome, btw, thanks!) I can run it on the server, but if I start an iex session, I get:

Erlang/OTP 20 [erts-9.0] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [hipe] [kernel-poll:false]

=INFO REPORT==== 18-Aug-2017::14:21:23 ===
    application: logger
    exited: stopped
    type: temporary
** (Mix) Could not start application ex_debug_toolbar: ExDebugToolbar.Application.start(:normal, []) returned an error: shutdown: failed to start child: ExDebugToolbar.Breakpoint.ServerNode
    ** (EXIT) :error

The only workaround is disabling the toolbar in dex.exs - is there a better way?

Thanks.

Hey @sardaukar, thanks for bringing this up. I've published an update addressing this. Could you verify that it fixed the issue?

it has @kagux ! thanks!