diff --git a/vim/xdebug.md b/vim/xdebug.md index cb5b99d..03eb9a2 100644 --- a/vim/xdebug.md +++ b/vim/xdebug.md @@ -2,7 +2,7 @@ - XDebug uses the DBGP protocol -### Install +## Install ```sh dnf install php82-php-pecl-xdebug3 @@ -46,7 +46,7 @@ Show current settings ```sh php -r 'xdebug_info();' ``` -### Trigger +## Trigger Xdebug will initiate a debug session in the presence of the XDEBUG_SESSION HTTP cookie.