Hey⦠i think, iām not the only one who sometimes forgets to set debug mode to false againā¦
do you have any solution for a reminder?
i think of something like a cronjob that checks debug-state to remind meā¦
and/or showing status in kirby-panel⦠maybe by a special background color of the status line⦠or something like thatā¦
This comes with the benefit that I can āturn on debug modeā on my production site by simply logging in (on sites with more than one user we may want to check for user status āadminā or the like in that conditionā¦
For other setups or in the rare situation that I have to debug in production without being logged in, I set an āanalogous reminderā, i.e. putting a post-it on my screen or write āTurn of debug modeā on my ToDo list for the day. Very old school, but it works
I do like your idea of polling for active debug mode and highlight something in the Panel, though. Sounds like a great fool-proof solution (please share if you come up with a reusable code snippet for that!).
Such useful and sensible tips should also be included in the guide. I often search in vain for solutions here in the forum because the problem description is too unspecific. The categorical structure of the guide helps me find my way around. I feel that the guide is incomplete in many places. The numerous solutions from the forum should be made more accessible.