Skip to content

eissasoubhi/fleX-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

fleX-debug

An extension for Xdebug php extension inspired by https://github.com/callumlocke/json-formatter allowing navigation in printed data like tree nodes instead of scrolling up-down, up-down, up-down, up-down... >:(

see demo

#Table of contents

#Installation install 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 in flex-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); see http://stackoverflow.com/questions/9998490/how-to-get-xdebug-var-dump-to-show-full-object-array

#URL to try it on

https://netfox01.github.io/fleX-debug/test-it.html

#Screenshot ![img][screenshot] [screenshot]: /screenshot.png

#To do list

  • Publish this extension on chrome web store

#License The contents of this repository is licensed under The MIT License.

About

A plugin for php Xdebug extension to navigate the printed data like tree nodes instead of scrolling up-down

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published