Reputation: 2134
I can see that the DebugKit plugin is loaded by doing
debug (CakePlugin::loaded() );
echo CakePlugin::path('DebugKit');
but its not doing anything. I am not using scaffolding. Debug is set to 2. It is DebugKit v 2.0. Is there something else I am supposed to do that was left out of the documentation? A weird thing is if I purposely put a syntax error in class DebugKitDebugger , un unstyled panel displays with the syntax error of course.
Upvotes: 0
Views: 176
Reputation: 2134
Debug kit looks for the body tag which I did not have in my default layouts
Upvotes: 1