2019#
PHP Tools Updates (July 2019)
New features are available to PHP Tools - for both Visual Studio and Visual Studio Code!
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?