SteveA Can I send debugging information to Visual Studio's Debug Output window? Similar to the TRACE() function in c++?
JakubMisek There are two ways: create a logpoint (breakpoint with message), described at https://blog.devsense.com/2019/php-tracepoint-logpoint: or use PHP's function error_log("message"); which shows the text in Visual Studio's Output - PHP Error Log window. This feature is supported in the newest update since 1.50.13071 available at https://www.devsense.com/en/download