import files
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
xdebug.collect_params = 1
|
||||
xdebug.collect_return = 1
|
||||
xdebug.default_enable = 1
|
||||
xdebug.force_display_errors = 1
|
||||
xdebug.force_error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
|
||||
xdebug.halt_level = E_WARNING
|
||||
xdebug.idekey = PHPSTORM
|
||||
xdebug.max_nesting_level = 1024
|
||||
xdebug.remote_enable = 1
|
||||
xdebug.remote_connect_back = 1
|
||||
xdebug.scream = 0
|
||||
xdebug.show_error_trace = 1
|
||||
xdebug.show_exception_trace = 1
|
||||
Reference in New Issue
Block a user