Я хочу использовать X-Debug в своем проекте PHP для профилирования!
Поэтому я скачал расширение, добавленное в php.ini, и написал эту строку тоже
xdebug.profiler_enable = 1
xdebug.profiler_append = 1
xdebug.remote_autostart = 1
xdebug.trace_options = 1
В phpinfo () я вижу расширение X-Debug, теперь как начать?
Пожалуйста, помогите!
This worked, but how to read it :( !
; X-Debug config
xdebug.profiler_enable = 1
xdebug.profiler_append = 1
xdebug.remote_autostart = 1
xdebug.trace_options = 1
xdebug.profiler_output_dir = "E: / wamp / tmp"
xdebug.profiler_output_name = "cachegrind.out.% s.% H"