I'm using VS Code for PHP web development. VS Code with XDEBUG appears to be severely limited in displaying string-valued variables. The Variables and Watch windows are limited to the width of the window, or to the first new-line character.
You can display more in the Debug Console by evaluating the string, but only up to something slightly more than 1000 characters. The string is simply truncated. The same happens when you copy the value and paste in an editor window.
This is pretty inadquate when working with any kind of real-life HTML.
I'm using VS Code 1.57.1 with XDEBUG 1.16.1 (and PHP Intelephense 1.7.1)
Anybody know of a way to adjust this?