Skip to content
New issue

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

Feature request: make it possible to inspect variables with a of a multiline string. #770

Open
castilma opened this issue Apr 8, 2022 · 1 comment

Comments

@castilma
Copy link

castilma commented Apr 8, 2022

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.


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):
@zobo
Copy link
Contributor

zobo commented Apr 10, 2022

Hi! That's one of the shortcomings of VS Code. I will research the issue a bit more soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants