1
0
Fork 0

Update README.md

Update README.md for instructions on using xdebug
pull/518/head
Brandon Max 2017-11-08 10:29:19 -05:00 committed by GitHub
parent b03b9a239c
commit ec57f5da0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -201,3 +201,9 @@ Lint with
The project parses PHPStorm's PHP stubs to get support for PHP builtins. It re-parses them as needed after Composer processes, but after some code changes (such as ones involving the index or parsing) you may have to explicitly re-parse them:
composer run-script parse-stubs
To debug with xDebug ensure that you have this set as an environment variable
COMPOSER_ALLOW_XDEBUG=1
This allows the php-language-server to not force restart while xdebug is enable