Friday, February 24, 2023

Debugging PHP7.4 with XDebug 2 and VsCode

Here is the link. 

Debugging is really important in any language. VSCode is an excellent editor. I decided to see how debugging works in VSCode on PHP language. And it turns out to be very good. In this video I will install XDebug extension in Xampp installation, enable debugging using VSCode and debug PHP applications. VScode supports debugging of both types of applications. Using browser and using terminal. We will see debugging steps. We will get familiar with debugging interface of VSCode.

No comments:

Post a Comment