Debugging JavaScript and PHP With PhpStorm

preview_player
Показать описание

» USEFUL TOOLS FOR DEVELOPERS

Рекомендации по теме
Комментарии
Автор

This is exactly what I’ve been searching for.

I’m really focusing on leveling up my PHPStorm knowledge so I can level up my WP development. But there’s not a ton of WP + PHPStorm content.
Been thinking about doing the Laravelcast course, even tho it’s Laravel focused.

matthausklute
Автор

Please can you provide a link to your sample plugin?

pfkellogg
Автор

When debugging php, if you don’t have the file name and path declared in the configuration you’ll get a warning in the debug window and a nice short cut method to add the file path. Is there something like this with the JS configuration when you don’t have the file fully configured? Does the js file need to be a separate included js file in order to debug or can the js code be inside your php file?

rpbale