phptools-docs
phptools-docs copied to clipboard
extra newlines are added in debug console output
A php test script prints lines of output when I run it at command line. When I run it with F5 ("type": "php", "request": "launch"...), the DEBUG CONSOLE pane shows the same output but with an extra newline between each line. I think this is related to the phptools ("PHP") extension ?
Thanks for the great tools!
Hello Simon and thank you for reporting the issue.
May I ask for a sample script so we can try it?