- Notifications
You must be signed in to change notification settings - Fork0
A plugin for php Xdebug extension to navigate the printed data like tree nodes instead of scrolling up-down
eissasoubhi/fleX-debug
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An extension for Xdebug php extension inspired byhttps://github.com/callumlocke/json-formatter allowing navigation in printed data like tree nodes instead of scrolling up-down, up-down, up-down, up-down... >:(
seedemo
#Table of contents
#Installationinstall it from source:
- clone/download this repo,
- open Chrome and go to
chrome://chrome/extensions/
, - enable "Developer mode",
- click "Load unpacked extension",
- select the
extension
folder in this repo.
you can get this extension as a JQuery plugin inflex-debug-plugin.js
branch:
To show full object/array values, you may have to change the xdebug var_display_max_depth variable to a greater value in php.ini or at runtime via ini_set("xdebug.var_display_max_depth",10);seehttp://stackoverflow.com/questions/9998490/how-to-get-xdebug-var-dump-to-show-full-object-array
https://netfox01.github.io/fleX-debug/test-it.html
#Screenshot![img][screenshot][screenshot]: /screenshot.png
- Publish this extension on chrome web store
#LicenseThe contents of this repository is licensed underThe MIT License.