Commit 0d804cd 1 parent 3fcebd4 commit 0d804cd Copy full SHA for 0d804cd
File tree 2 files changed +22
-8
lines changed
2 files changed +22
-8
lines changed Original file line number Diff line number Diff line change 1
1
; NOTE: The actual debug.so extention is NOT SET HERE but rather (/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini)
2
2
3
+ ; xdebug.remote_host=dockerhost
4
+ xdebug.remote_connect_back =1
5
+ xdebug.remote_port =9000
6
+ xdebug.idekey =PHPSTORM
7
+
3
8
xdebug.remote_autostart =0
4
9
xdebug.remote_enable =0
5
- xdebug.remote_connect_back =0
6
10
xdebug.cli_color =0
7
11
xdebug.profiler_enable =0
12
+ xdebug.profiler_output_dir =" ~/xdebug/phpstorm/tmp/profiling"
13
+
8
14
xdebug.remote_handler =dbgp
9
15
xdebug.remote_mode =req
10
16
11
- xdebug.remote_port =9000
12
- xdebug.remote_host =dockerhost
13
- xdebug.idekey =PHPSTORM
17
+ xdebug.var_display_max_children =-1
18
+ xdebug.var_display_max_data =-1
19
+ xdebug.var_display_max_depth =-1
20
+
Original file line number Diff line number Diff line change 1
1
; NOTE: The actual debug.so extention is NOT SET HERE but rather (/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini)
2
2
3
+ ; xdebug.remote_host=dockerhost
4
+ xdebug.remote_connect_back =1
5
+ xdebug.remote_port =9000
6
+ xdebug.idekey =PHPSTORM
7
+
3
8
xdebug.remote_autostart =0
4
9
xdebug.remote_enable =0
5
- xdebug.remote_connect_back =0
6
10
xdebug.cli_color =0
7
11
xdebug.profiler_enable =0
12
+ xdebug.profiler_output_dir =" ~/xdebug/phpstorm/tmp/profiling"
13
+
8
14
xdebug.remote_handler =dbgp
9
15
xdebug.remote_mode =req
10
16
11
- xdebug.remote_port =9000
12
- xdebug.remote_host =dockerhost
13
- xdebug.idekey =PHPSTORM
17
+ xdebug.var_display_max_children =-1
18
+ xdebug.var_display_max_data =-1
19
+ xdebug.var_display_max_depth =-1
20
+
You can’t perform that action at this time.
0 commit comments