How to Set Up Debugging for PHP (Ubuntu 18.04)

Опубликовано: 05 Октябрь 2024
на канале: Miguel
541
6

In this video, I verbosely walk through the steps to using XDebug to debug your PHP code using Visual Studio Code on Ubuntu 18.04.

Links:
XAMPP: https://www.apachefriends.org/index.html
VSCode: https://code.visualstudio.com/
XDebug: https://xdebug.org/wizard.php

Timestamps:
[1:35] XAMPP Installation
[8:15] VSCode Installation
[15:27] XDebug Installation
[36:41] Demonstration
[49:27] Returning to and Debug Existing Project