├── README.markdown ├── trace-code.php ├── trace-own.cache ├── trace.config.php ├── trace.css ├── trace.php └── xdebug.ini /README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beberlei/xdebug-trace-gui/HEAD/README.markdown -------------------------------------------------------------------------------- /trace-code.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beberlei/xdebug-trace-gui/HEAD/trace-code.php -------------------------------------------------------------------------------- /trace-own.cache: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /trace.config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beberlei/xdebug-trace-gui/HEAD/trace.config.php -------------------------------------------------------------------------------- /trace.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beberlei/xdebug-trace-gui/HEAD/trace.css -------------------------------------------------------------------------------- /trace.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beberlei/xdebug-trace-gui/HEAD/trace.php -------------------------------------------------------------------------------- /xdebug.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beberlei/xdebug-trace-gui/HEAD/xdebug.ini --------------------------------------------------------------------------------