Skip to content

Commit

Permalink
feat(php@8.1): update readme on how to use cli xdebug for php@8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wimvdputten committed Feb 13, 2023
1 parent 0d51229 commit 79ded94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ this time it will not accept connections.
installed + PHPStorm is listening to connections.
- Cli: Use
`XDEBUG_CONFIG="" php -c /usr/local/etc/php/7.4/php-xdebug.ini bin/magento`
- Cli `php@8.1`: Use
`XDEBUG_SESSION=1 php -c /usr/local/etc/php/8.1/php-xdebug.ini bin/magento`
- Tests: Create a local interpreter, the PHP version you're looking for should
be suggested and add the `🐞 Xdebug path:` to enable xdebug (you should have
seen that with the installation). The path is something like
Expand Down

0 comments on commit 79ded94

Please sign in to comment.