Skip to content

Debugging

Dimitrios Zorbas edited this page Dec 12, 2016 · 3 revisions

To enable Plug.Debugger which presents errors occurring in the router like the image below:

aaaa

You have to set in your config/config.exs

config :kitto, :debug, true

Make sure to recompile Kitto after making changes to the config, using mix deps.compile kitto.