Skip to content

tungnguyenson/xdebug-trace-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xdebug-trace-explorer

View XDebug Trace file .xt in treeview

XDebug config

;mandatory, enable xdebug
zend_extension=xdebug.so

;mandatory, enable computer readable format
xdebug.trace_format = 1

;optional
xdebug.trace_enable_trigger = On
xdebug.trace_output_dir = /var/log/xdebug/trace
xdebug.collect_params = 3

How to use

Run xdebug-trace-explorer in your browser

About

View XDebug Trace file .xt in treeview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages