Xdebug 3: Setting up Apache, PHP, VS Code, and Xdebug in 10 minutes

preview_player
Показать описание
In this video I will show you how to install Apache, PHP, VS Code, and Xdebug on Ubuntu 21.10, to get a PHP development set-up, all within 10 minutes.
Рекомендации по теме
Комментарии
Автор

So I have been trying to get XDebug work for 6 hours... And the only way I did it work was with this 10-minutes video. Thank you!

ocho
Автор

Thank you for the video. Awesome to see such walkthroughs from the XDebug creator himself :)

mr-turkish
Автор

Super useful! Thank you!
I'm working on big PHP OOP project right now. Debugging like this is so handy. A lot better than var_dump() everywhere.

VladyslavZhelizniak
Автор

Thank you so much for this walk through. Just completed it on a VM in proxmox and it works a treat. The VS Code plugin is now PHP Debug from Xdebug, the rest is still the same.

__FJ__
Автор

thank you for making this video, finally i can do the stepper debugging

hope it helps the other as well : )

husnithamrin
Автор

Thanks for making this awesome software :)

ahmedomar
Автор

thank you for sharing your knowledge with us

gurmukhsingh-uhqo
Автор

I try every thing but still (step debugger x disabled) please help me to fix this problem

eslamelbadry
Автор

On systems with php-fpm, you have you restart the php-fpm service to apply changes to xdebug configuration.

MehdiHaghgoo
Автор

Thank You Derick
Just one video and I am half way setup do debug drupal9 with VS code on ubuntu.

CaseyCarnnia
Автор

The PHP Debug extension doesn't seem to be listed [anymore]. The only extension by Felix Becker that is listed is CSS Stacking Contexts.

StephenAkins
Автор

Thanks
I didn't know that I had to change the file:

your.favorite.channel