mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
devel/debug: xdebug v3 configuration
This commit is contained in:
parent
c95924d824
commit
5d63a9ad99
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue