Give access to Symfoy2 Profiler if any Response from a server is made with the "X-Debug-Token". Very useful for REST & AJAX Development/testing
This is an extension that help developer and/or tester to see relevant information on Symfony2 based applications. When you enable debug mode, you probably noticed a toolBar at the bottom. Very useful, clicking on it lead the the Profiler. The profiler make easy to access logs and many information about the current request.
This extension is here to allow you to access easily to the Profiler event if the debug toolbar is disabled or not shown. If you already made REST application with Symfony2 framework, you know that the Debug tool bar only show up if you render a real webPage. If you render JSON or XML, you just have the result and to go to the Profiler is a long way.
Actually, if you look at the Response headers, you'll notice a "X-Debug-Token:0b274e"; This is the key to go to the debugger.
This extension can help you to open the profiler of AJAX/XHR request made on your website.
https://chrome.google.com/webstore/detail/symfony2-debuger/denlhphadllhcolhlbbbjmhkgbknmmon
This webapp/extension and all original files contained are under Creative Commons Attribution License (BY-NC-SA)
Thanks for VisualPharm for some icons : http://www.visualpharm.com/ Icon link
Thanks for Symfony2 and SensioLabs for SF icon : http://symfony.com/logo