ez projects / arh_jdebug
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| arh_jdebug | Abdelkader RHOUATI | alpha | 0.2 | 4.2 + |
Most of the time, developers are spirits to search the information provided by ezdebug, searching the list of templates used, analyzing the execution time, the number of sql queries or wondering why it not work? ... and many other needs.
This is not always easy, with the current ezdebug, hence the goal of the extension debugjquery, namely to offer a better interface, more information with filters and research opportunity.
- The default location is manageable in the configuration file.
- The state of the debug bar (closed / opened) is stored in preferences of the current user
TODO:
- Use the extension for ezjscore for calling css and javascript files.
- Dynamsation of menu items relative to the debug settings (eg do not display the item template in case the list of templates is not enabled in the debug)
- New style for debug
To disable the debug menu in jquery, edit the file debugjquery.ini.append.php, and put the variable in DebugOutput disabled (do not forget to clear the cache ;) )
<?php /* #?ini charset="utf-8"? [DebugJquerySettings] DebugOutput=disabled # define the default output to show # 5 items : httpVariables, timing, templateusage, debug-toolbar DefaultOutput=templateusage */ ?>
And set DebugOutput to enabled to activate debug in jquery
Re : This can conflict with typical javascript in a project (Doug Plant)
Monday 23 August 2010 04:05
Abdelkader RHOUATI