mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
devel/debug: xdebug v3 configuration
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user