Skip to content
Advertisement

Tag: visual-studio-code

How to set up VSCode, PHP Debug and XDebug (Windows 10)

I want to use VSCode’s ‘PHP Debug’ plugin with Xdebug to debug PHP scripts. But when I choose “Debug|Start Debugging F5” the little debug pop-up appears and I am stuck. Buttons for Pause, Restart, Stop are active. Buttons for Step over, into, out are inactive (greyed out). Nothing happens in the debug console. (1) VSCode 1.42.1 is installed (2) XAMPP

Debugging Laravel application on VSCode

Has anyone successfully configured VSCode to debug Laravel-based website? After having followed numerous articles and tutorials, I have made it to the point where I can ask VSCode to “Listen to XDEBUG”, but I haven’t been able to do normal VS-style debugging where I could just hit F5 to launch current the website in my favorite browser and it would

Advertisement