debug / toolbar
Installs: 618
Dependents: 1
Suggesters: 0
Security: 0
Stars: 14
Watchers: 5
Forks: 5
Open Issues: 6
Language:CSS
Type:typo3-flow-package
Requires
This package is auto-updated.
Last update: 2024-11-05 18:54:48 UTC
README
This is an Debugging Tool for FLOW3 heavily inspired by http://symfony.com/blog/towards-symfony-2-1-the-new-web-debug-toolbar. Consider this a Prototype for now, although it's already quite usable.
Short Demo:
Requirements
You need to install the PhpProfiler: https://github.com/sandstorm/PhpProfiler
Profiling some Classes
You can add some RegEx's to your Settings to enable Profiling of some Classes and Methods:
Debug:
Profiling:
Classes:
- Foo\ContentManagement.*->getClassAnnotations.*
- Foo\ContentManagement\Controller.*
For Changes to take affect you need to clear you cache!
The Icons and the general look is currently heavily based on the Symfony2 WDT and will in time be polished to integrate into the FLOW3 Style. If you would like to help style this baby feel free to drop me a line apocalip@gmail.com