From 8de099735962e3603c244344ea7fea2260eb536b Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Fri, 17 Nov 2023 10:55:05 +0200 Subject: [PATCH] Update vim/xdebug.md --- vim/xdebug.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.