Commit 06525f4
committed
Optimize Xdebug configuration in php.ini
This change simplifies and clarifies Xdebug configuration by:
- Centralizing all Xdebug parameters in the php.ini file
- Improving parameter documentation with clear comments
- Adjusting log level to avoid excessive logs
- Retaining only essential parameters for better readability
Critical parameters (client_host, start_with_request, mode) are maintained
to ensure compatibility with VSCode and guarantee proper step-debugging
functionality.1 parent 10ee92c commit 06525f4
1 file changed
+6
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | | - | |
| 38 | + | |
40 | 39 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
48 | 44 | | |
49 | 45 | | |
50 | 46 | | |
| |||
53 | 49 | | |
54 | 50 | | |
55 | 51 | | |
56 | | - | |
| 52 | + | |
0 commit comments