We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP version: 8.0.0 Xdebug version: 3.0.0 VS Code extension version: 1.22.0
Code snippet to reproduce:
$s="some\nmultiline"; #set breakpoint here echo $s;
The variable section only shows the first line of $s. It's not obvious, how one could see the whole string.
$s
Tell me, if you really need this:
Your launch.json: Xdebug php.ini config: Xdebug logfile (from setting `xdebug.log` in php.ini): VS Code extension logfile (from setting `"log": true` in launch.json):
The text was updated successfully, but these errors were encountered:
Hi! That's one of the shortcomings of VS Code. I will research the issue a bit more soon.
Sorry, something went wrong.
No branches or pull requests
PHP version: 8.0.0
Xdebug version: 3.0.0
VS Code extension version: 1.22.0
Code snippet to reproduce:
The variable section only shows the first line of
$s
. It's not obvious, how one could see the whole string.Tell me, if you really need this:
The text was updated successfully, but these errors were encountered: