Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

NotificationsYou must be signed in to change notification settings

eissasoubhi/fleX-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

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 tochrome://chrome/extensions/,
  • enable "Developer mode",
  • click "Load unpacked extension",
  • select theextension 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

#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

#LicenseThe contents of this repository is licensed underThe 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

[8]ページ先頭

©2009-2025 Movatter.jp