Debugging with Xdebug and PHPStorm

preview_player
Показать описание
The following video describes how to debug PHP applications using PHP Xdebug extension and PHPStorm.

The video describes this on Windows Xampp installation, but the basic idea is the same for Mac or Linux.

Debugging on Mac or linux.

=========================================================
------------------AUDIO GEAR I HAVE--------------------

------------------CHEAP AUDIO SETUP------------------
=========================================================

Follow on social media:
Рекомендации по теме
Комментарии
Автор

I don't know why they downvote this video
THIS WORKS 100% in 2024

hussainhalai
Автор

[Xdebug]

xdebug.remote_enable=1
xdebug.remote_port=9000

abdulkadirabus
Автор

After 8hrs you were the one to finally help me.Thank you 3000 man!

brianchin
Автор

This is straightforward and very useful tutorial. Thanks for making this.

md.imanali
Автор

Thanks for this. I can't set up a local development for a specific site so I'm going to put xdebug on the staging server instead. This will allow me to do that

PoodlePlugins
Автор

dear sir, i had try, configure it, and run it with chrome & Firefox Developer, but when i click refresh button on the browser, the PhpStorm doesn't blinking or capture connections.. i wonder where are my faults.. thank's

Mupetz
Автор

Thank you for posting this video. I appreciate your effort it helped me figure out what I was doing wrong.

StanleySisneros
Автор

I'm wondering which xdebug version you are using.

ByAsiLn
Автор

Im guessing my PhpStorm should point at the same php install as XAMPP is using, correct?

AvWoN
Автор

For me it doesnt work. All settings same, I am just using wamp64. I enable debugging, refresh page and nothing happens. What could be the problem?

gedwu
Автор

but why we didn't use phpstorm built in server instead of apache ?

mohamedgaber
Автор

Good day Sir, i cannot see debug panel on the lower portion. pls help. thank you

maicoyamba
Автор

i wonder why you need to install debug extension for chrome? can you make it sense?

haiuonglam
Автор

Hey there, my show some error, cold you help me?
Cannot accept external Xdebug connection: Cannot evaluate expression

WH-prod
Автор

I do not see that you have installed xdebug.dll

AlexAlex-hdij
Автор

Failed loading Zend extension 'php_xdebug.dll'

CGPepper
Автор

[Xdebug]

xdebug.remote_enable=1
xdebug.remote_port=9000

manojmariadass