tutorial#
Tracepoint, logpoint, what’s the point?
You are probably well acquainted with breakpoints. You place them in your IDE (F9) and whenever the program reaches this location in the source code during the execution, the program stops and you can explore the state of the application. Very useful, right?
How to install PHP Tools for Visual Studio Code on Windows
In this article, you will find out how to install PHP Tools for VS Code on Windows. Getting it running is fast and simple and it shouldn’t take you more than a few minutes.
How to install Xdebug for PHP Tools for Visual Studio Code on Mac OS
Xdebug is an extension used for debugging PHP. One of the most popular IDEs, Visual Studio Code, can also benefit from Xdebug with PHP Tools
. There are several ways to install Xdebug, but the most secure one is to compile the source code which is compatible with the specifications of your computer.