File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,14 +6,13 @@ xdebug.remote_port=9000
66xdebug.idekey =PHPSTORM
77
88xdebug.remote_autostart =0
9- xdebug.remote_enable =0
9+ xdebug.remote_enable =1
1010xdebug.cli_color =1
1111xdebug.profiler_enable =0
1212xdebug.profiler_output_dir =" ~/xdebug/phpstorm/tmp/profiling"
1313
1414xdebug.remote_handler =dbgp
1515xdebug.remote_mode =req
16- xdebug.remote_log =/var/log/php/xdebug_remote.log
1716
1817xdebug.auto_trace = 1
1918xdebug.collect_params = 1
Original file line number Diff line number Diff line change @@ -6,14 +6,13 @@ xdebug.remote_port=9000
66xdebug.idekey =PHPSTORM
77
88xdebug.remote_autostart =0
9- xdebug.remote_enable =0
9+ xdebug.remote_enable =1
1010xdebug.cli_color =1
1111xdebug.profiler_enable =0
1212xdebug.profiler_output_dir =" ~/xdebug/phpstorm/tmp/profiling"
1313
1414xdebug.remote_handler =dbgp
1515xdebug.remote_mode =req
16- xdebug.remote_log =/var/log/php/xdebug_remote.log
1716
1817xdebug.auto_trace = 1
1918xdebug.collect_params = 1
You can’t perform that action at this time.
0 commit comments