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
In questa pagina del sito puoi guardare il video online PHPStorm debug PHP and PHPUnit della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Zoltán Papp 04 dicembre 2024, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 165 volte e gli è piaciuto 0 spettatori. Buona visione!