Skip to content

Debugging

Dimitrios Zorbas edited this page Mar 25, 2018 · 3 revisions

To enable Plug.Debugger which presents errors occurring in the router, like in 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 --force.