|
| 1 | +[xdebug] |
| 2 | + |
| 3 | +; 2.9 |
| 4 | +;xdebug.profiler_append = 0 |
| 5 | +;xdebug.profiler_enable = 1 |
| 6 | +;xdebug.profiler_enable_trigger = 0 |
| 7 | +;xdebug.remote_enable = 1 |
| 8 | +;xdebug.remote_host = "172.21.0.1" |
| 9 | +;xdebug.remote_autostart=on |
| 10 | +;xdebug.remote_connect_back=on |
| 11 | +;xdebug.remote_port=9000 |
| 12 | +;xdebug.remote_mode=req |
| 13 | +;xdebug.idekey="PHPSTORM" |
| 14 | + |
| 15 | +;3.0 |
| 16 | +;xdebug.mode = debug,profile |
| 17 | +;xdebug.start_with_request = yes |
| 18 | +;xdebug.discover_client_host = 1 |
| 19 | +;xdebug.client_port=9000 |
| 20 | +;xdebug.client_host=host.docker.internal |
| 21 | + |
| 22 | + |
| 23 | +xdebug.mode = debug |
| 24 | +xdebug.discover_client_host = 1 |
| 25 | +xdebug.client_port=9000 |
| 26 | +xdebug.client_host=173.2.0.2 |
| 27 | +xdebug.remote_handler=dbgp |
| 28 | +xdebug.start_with_request=yes |
| 29 | +;xdebug.discover_client_host=0 |
| 30 | +xdebug.idekey=PHPSTORM |
| 31 | +xdebug.show_error_trace = 1 |
| 32 | +xdebug.max_nesting_level=250 |
| 33 | +xdebug.log_level=0 |
| 34 | +xdebug.var_display_max_depth=10 |
| 35 | +xdebug.log=/var/log/xdebug.log |
| 36 | +string xdebug.client_host=host.docker.internal |
| 37 | + |
| 38 | +;xdebug.profiler_append = 0 |
| 39 | +;xdebug.profiler_enable = 1 |
| 40 | +;xdebug.profiler_enable_trigger = 0 |
| 41 | +;xdebug.remote_enable = 1 |
| 42 | +;xdebug.remote_host = "172.21.0.1" |
| 43 | +;xdebug.remote_autostart=on |
| 44 | +;xdebug.remote_connect_back=on |
0 commit comments