Xdebug: Difference between revisions

From Rixort Wiki
Jump to navigation Jump to search
(Created page with "Category:PHP")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Xdebug 2.x ==
'''Note:''' Xdebug 2.x is no longer developed and the documentation will be removed at the end of 2021.
[xdebug]
xdebug.default_enable = 1
xdebug.profiler_enable = 1
xdebug.profiler_output_name = xdebug.out.%t
xdebug.profiler_output_dir = /path/to/output
[[Category:PHP]]
[[Category:PHP]]

Latest revision as of 14:39, 12 October 2021

Xdebug 2.x

Note: Xdebug 2.x is no longer developed and the documentation will be removed at the end of 2021.

[xdebug]
xdebug.default_enable = 1
xdebug.profiler_enable = 1
xdebug.profiler_output_name = xdebug.out.%t
xdebug.profiler_output_dir = /path/to/output