Update vim/xdebug.md
This commit is contained in:
parent
2a8cfd16d8
commit
8de0997359
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user