Home > other >  How to debug PHP in Visual Studio Code?
How to debug PHP in Visual Studio Code?

Time:09-29

I installed Xdebug in Visual Studio Code. But I can't find out a way to debug PHP file line by line. I want to put a break point and debug code step by step.

Is there a way to do that?

CodePudding user response:

This link provides you a solution of how to running xdebug in php kindly visit and follow setups to run debugging

Learn How to Debug PHP with Xdebug and VsCode

  • Related