devel/debug: appease xdebug warning

This commit is contained in:
Franco Fichtner 2022-06-08 11:43:08 +02:00
parent bce044f538
commit 4273f2ff17
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
PLUGIN_NAME= debug
PLUGIN_VERSION= 1.4
PLUGIN_VERSION= 1.5
PLUGIN_COMMENT= Debugging Tools
PLUGIN_DEPENDS= php${PLUGIN_PHP}-pear-PHP_CodeSniffer \
php${PLUGIN_PHP}-pecl-xdebug \

View file

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