ex_debug_toolbar
ex_debug_toolbar copied to clipboard
A debug web toolbar for Phoenix projects to display all sorts of information about request
This change is [](https://reviewable.io/reviews/kagux/ex_debug_toolbar/76)
Does this lib support Ecto 3, or are there changes that need to be made? If no changes are necessary, can you relax the dependency requirements?
I got this error while compiling deps ```elixir == Compilation error in file lib/ex_debug_toolbar/collector/ecto_collector.ex == ** (CompileError) lib/ex_debug_toolbar/collector/ecto_collector.ex:26: Postgrex.Cursor.__struct__/0 is undefined, cannot expand struct Postgrex.Cursor (stdlib) lists.erl:1354: :lists.mapfoldl/3 (stdlib) lists.erl:1355:...
Hey, This looks like a wonderful tool! However I'm on windows and erlexec doesn't work. Would there be a way to make this dependancy optionnal?
still a work in progress todo: - [ ] hook up dashboard to a channel for live updates - [ ] add request page with info - [ ] hide...