runcmf / runtracy

Tracy Debugger Bar for Slim Framework
Apache License 2.0
73 stars 15 forks source link

Unable to get the panel displaying #6

Closed NigelGreenway closed 7 years ago

NigelGreenway commented 7 years ago

I might be doing something stupid here, but I can not get the panel to render in the HTML?

Should this render the panel automatically or should I be explicitly adding some HTML within Twig to render it or call a function?

NigelGreenway commented 7 years ago

Ignore that, I passed the wrong value to something :(

1f7 commented 7 years ago

No problem. the main thing you have found a solution.

Do not need touch templates, Tracy append after </body></html>. For show Tracy you only need enable Debugger::enable(); this minimum you must see Tracy panel. all other is Tracy addons.

arma7x commented 7 years ago

@1f7 Debugger::enable(); does not works for me. Already follow the guide, but panel didn't render

arma7x commented 7 years ago

Already fix, by 'addContentLengthHeader' => false,

1f7 commented 7 years ago

@arma7x, thanks i add it in readme