The command php artisan test isn't caught by xdebug #32851
Unanswered
Romuloalmeida
asked this question in
General
Replies: 1 comment
-
Try to add the following lines in your
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I'm struggling with the following behavior:
If I execute
php ./vendor/bin/phpunit
Xdebug will caught any breakpoint I set in the Visual Studio Code.Otherwise, If I execute
php artisan test
breakpoints are bypassed.I'm using:
PHP 7.3.9.
Xdebug v2.9.0.
Laravel/framework: 7.0.
OS: Mac OS Catalina
Web Server: Mamp PRO
Thank you in advanced.
Beta Was this translation helpful? Give feedback.
All reactions