All Projects → splitbrain → Xdebug Trace Tree

splitbrain / Xdebug Trace Tree

Very simple XDebug trace web GUI

Labels

Projects that are alternatives of or similar to Xdebug Trace Tree

xdebug-zh-doc
xdebug中文文档
Stars: ✭ 24 (-80.8%)
Mutual labels:  xdebug
Stacker
Stacker - The environment for local web development, ready for use.
Stars: ✭ 356 (+184.8%)
Mutual labels:  xdebug
Docker Magento Mutagen
Mage2click Docker-based development environment for Magento with mutagen.io sync for files on macOS
Stars: ✭ 64 (-48.8%)
Mutual labels:  xdebug
php7-alpine
Docker container for PHP 7 in Alpine Linux, with almost all extensions that you may need
Stars: ✭ 20 (-84%)
Mutual labels:  xdebug
Xdebug Helper For Chrome
Easily activate PHP debugging, profiling and tracing with this Xdebug Chrome extension
Stars: ✭ 270 (+116%)
Mutual labels:  xdebug
Dontbug
Dontbug is a reverse debugger for PHP
Stars: ✭ 710 (+468%)
Mutual labels:  xdebug
behat-code-coverage
Generate Code Coverage reports for Behat tests
Stars: ✭ 48 (-61.6%)
Mutual labels:  xdebug
Junkman
JunkMan is a toolkit for what it can trace the PHP GC logs by xdebug.distribute GC logs to the JunkManMonitor
Stars: ✭ 106 (-15.2%)
Mutual labels:  xdebug
Tester
Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏
Stars: ✭ 281 (+124.8%)
Mutual labels:  xdebug
Phpspec Code Coverage
Generate Code Coverage reports for PhpSpec tests
Stars: ✭ 59 (-52.8%)
Mutual labels:  xdebug
php-skeleton
A skeleton to start new high-quality PHP projects without worrying about bootstrapping everything from scratch.
Stars: ✭ 23 (-81.6%)
Mutual labels:  xdebug
Xdebug Osx
Simple bash script to toggle xdebug on/off in OSX
Stars: ✭ 258 (+106.4%)
Mutual labels:  xdebug
Ansible Role Php Xdebug
Ansible Role - PHP Xdebug
Stars: ✭ 34 (-72.8%)
Mutual labels:  xdebug
php-xdebug-proxy
PHP xdebug (dbgp) proxy server
Stars: ✭ 71 (-43.2%)
Mutual labels:  xdebug
Pilothouse
A command line app for managing a LEMP local development environment based on Docker.
Stars: ✭ 98 (-21.6%)
Mutual labels:  xdebug
pugdebug
Standalone xDebug client for PHP applications written in Python and Qt5, official fork.
Stars: ✭ 22 (-82.4%)
Mutual labels:  xdebug
Vscode Php Debug
PHP Debug Adapter for Visual Studio Code 🐞⛔
Stars: ✭ 569 (+355.2%)
Mutual labels:  xdebug
Symfony 4 Docker Env
Docker Environment for Symfony. PHP-FPM, NGINX SSL Proxy, MySQL, LEMP
Stars: ✭ 119 (-4.8%)
Mutual labels:  xdebug
Wordpressify
🎈 A build system designed to automate your WordPress development workflow.
Stars: ✭ 1,374 (+999.2%)
Mutual labels:  xdebug
Xdebug Toggler
🐞 [DEPRECATED] Toggle the debugging session for Xdebug from within the Safari browser
Stars: ✭ 53 (-57.6%)
Mutual labels:  xdebug

Xdebug Trace Tree

This is a simple PHP script to display Xdebug traces in a tree like visualization. It can collapse parts that you're not interested in when analysing the trace, making it much easier to follow the program flow.

Installation is simple. Just clone this dierectory to somewhere in your webserver and it should automatically list all available trace files.

Important: this is meant a personal debugging - it should not be installed on a public webserver (Its passing full file paths).

Screenshot

Screenshot

Recommended xdebug.ini setup:

Refer to https://xdebug.org/docs/stack_trace for detailled xdebug setup info.

xdebug.trace_enable_trigger=1
xdebug.trace_output_dir=/tmp/
xdebug.trace_output_name=xdebug.trace.%t.%R
xdebug.show_mem_delta=1
xdebug.collect_params=4
xdebug.collect_return=1
xdebug.trace_format=1

License

The MIT License (MIT)
Copyright (c) 2016 Andreas Gohr [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].