Update vim/xdebug.md

This commit is contained in:
Ste Vaidis 2023-11-17 10:55:05 +02:00
parent 2a8cfd16d8
commit 8de0997359

View File

@ -2,7 +2,7 @@
- XDebug uses the DBGP protocol - XDebug uses the DBGP protocol
### Install ## Install
```sh ```sh
dnf install php82-php-pecl-xdebug3 dnf install php82-php-pecl-xdebug3
@ -46,7 +46,7 @@ Show current settings
```sh ```sh
php -r 'xdebug_info();' php -r 'xdebug_info();'
``` ```
### Trigger ## Trigger
Xdebug will initiate a debug session in the presence of the XDEBUG_SESSION HTTP cookie. Xdebug will initiate a debug session in the presence of the XDEBUG_SESSION HTTP cookie.