Skip to content

Easily open debug toolBar and profiler from any symfony2 request that have the correct header

Notifications You must be signed in to change notification settings

MrSpoocy/sf2DebuggerChrome

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Symfony2 Profiler shortcut

Alt text

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

In details

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.

Screenshot

Alt text Alt text

OFFICIAL LINK

https://chrome.google.com/webstore/detail/symfony2-debuger/denlhphadllhcolhlbbbjmhkgbknmmon

Licencing

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

About

Easily open debug toolBar and profiler from any symfony2 request that have the correct header

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.4%
  • CSS 11.3%
  • HTML 10.3%