diff --git a/vim/xdebug.md b/vim/xdebug.md index f313bb4..aa8f090 100644 --- a/vim/xdebug.md +++ b/vim/xdebug.md @@ -39,6 +39,11 @@ Zend Engine v4.2.12, Copyright (c) Zend Technologies with Xdebug v3.2.2, Copyright (c) 2002-2023, by Derick Rethans ``` +Show current settings + +```sh +php -r 'xdebug_info();' +``` ### Trigger To signal the debugger to initiate connections, Xdebug will look whether the XDEBUG_SESSION environment variable is present.