How to debug php in PHPStorm on Ubuntu 24.04
After installing php-xdebug edit the
/etc/php/8.3/cli/conf.d/20-xdebug.ini
Put content:
zend_extension=xdebug.so
xdebug.mode=debug
xdebug.client_host=127.0.0.1
xdebug.client_port=9003
Then open PHPStorm settings and follow description in PHP / Debug dialog. Then start Listening for debugger.on top of the editor screen.
Start react client and Laravel artisan server. Then open the configured browser, start debugging listener beside the url field.
Navigate to the request url of the placed brakepoint and enjoy the fully workable debugger.
For PHPUnit testing, set the Test frameworks as viewed in the video.
Please by me a cup of coffe if I helped to you:
https://buymeacoffee.com/pzoli
Nesta página do site você pode assistir ao vídeo on-line PHPStorm debug PHP and PHPUnit duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Zoltán Papp 04 Dezembro 2024, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 165 vezes e gostou 0 espectadores. Boa visualização!