-
Notifications
You must be signed in to change notification settings - Fork 58
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:
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
.