mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
devel/debug: appease xdebug warning
This commit is contained in:
parent
bce044f538
commit
4273f2ff17
2 changed files with 3 additions and 3 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue