devel/debug: xdebug v3 configuration

This commit is contained in:
Ad Schellevis 2021-04-19 22:08:48 +02:00
parent c95924d824
commit 5d63a9ad99
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
PLUGIN_NAME= debug
PLUGIN_VERSION= 1.3
PLUGIN_REVISION= 1
PLUGIN_REVISION= 2
PLUGIN_COMMENT= Debugging Tools
PLUGIN_DEPENDS= php${PLUGIN_PHP}-pear-PHP_CodeSniffer \
php${PLUGIN_PHP}-pecl-xdebug \

View file

@ -1,2 +1,4 @@
xdebug.profiler_enable_trigger = 1
xdebug.mode = profile;
xdebug.start_with_request = trigger;
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = /tmp