In version 1.22 of VS Code, released in March 2018, there is a new Logpoints feature introduced. With Logpoints, developers get the ability to log output using VS Code's debugger, but without stopping execution of the code.
According to the release notes, debug extensions will have to add support for this new feature to be able to use it.
I would love to see this feature being implemented for the PHP debugger too.
In version 1.22 of VS Code, released in March 2018, there is a new Logpoints feature introduced. With Logpoints, developers get the ability to log output using VS Code's debugger, but without stopping execution of the code.
According to the release notes, debug extensions will have to add support for this new feature to be able to use it.
I would love to see this feature being implemented for the PHP debugger too.