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
На этой странице сайта вы можете посмотреть видео онлайн PHPStorm debug PHP and PHPUnit длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Zoltán Papp 04 Декабрь 2024, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 165 раз и оно понравилось 0 зрителям. Приятного просмотра!