Packages
ex_debug_toolbar
0.2.3
A debug web toolbar for Phoenix projects to display all sorts of information about request
Current section
Files
Jump to
Current section
Files
lib/mix/tasks/breakpoint.client.ex
defmodule Mix.Tasks.Breakpoint.Client do use Mix.Task def run(args) do args |> hd |> ExDebugToolbar.Breakpoint.ClientNode.run endend