Skip to content

Commit b2064a7

Browse files
author
dmitriy
committed
enable by default xdebug remote_autostart
1 parent 550bdeb commit b2064a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/dev/xdebug.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ xdebug.remote_enable = 1
55
xdebug.remote_port = 10000
66
xdebug.idekey = PHPSTORM
77
xdebug.show_error_trace = 1
8-
xdebug.remote_autostart = 0
8+
xdebug.remote_autostart = 1
99
xdebug.file_link_format = phpstorm://open?%f:%l
1010
xdebug.remote_connect_back=1
1111
xdebug.max_nesting_level=10000

0 commit comments

Comments
 (0)