Using Xdebug with PhpStorm

preview_player
Показать описание
A short demonstration of troubleshooting code in our Pro upgrade of the WordPress plugin WP Offload S3 inside PhpStorm with Xdebug.
Рекомендации по теме
Комментарии
Автор

Hello, I'm trying to debug a wordpress plugin locally using PHPStorm, but I can't get the xdebug properly working, I open the plugin located in wordpress "plugins" directory .php file inside PHPStorm, I set a couple BP, I click on button to Listen PHP Debug Connections, go to my WP dashboard to use the plugin functionality, and when I do, the BP is never hitted, it just keep running as normal, without firing my BP. I would really thank you, if you could at least explain how is that you set up a development/debuggin wordpress plugins enviroment with xdebug. Thanks in advance, great vid by the way, keep it up ;)

yunietpiloto