We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d19dd2 commit fae5958Copy full SHA for fae5958
README.md
@@ -29,6 +29,7 @@ XDebug is a PHP extension (a `.so` file on Linux and a `.dll` on Windows) that n
29
2. [Configure PHP to use XDebug](https://xdebug.org/docs/install#configure-php) by adding `zend_extension=path/to/xdebug` to your php.ini.
30
The path of your php.ini is shown in your `phpinfo()` output under "Loaded Configuration File".
31
3. Enable remote debugging in your php.ini:
32
+
33
```ini
34
[XDebug]
35
xdebug.remote_enable = 1
0 commit comments