-
-
Notifications
You must be signed in to change notification settings - Fork 180
Can not get property of superglobals #1018
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
Comments
Extension version and a few lines of log before the ones you pasted, so I can see the request sent to Xdebug please. |
Hi Zobo, thanks for fast reply. VSCODE EXT Version: 1.36.1 PHP AND XDEBUG VERSION
This is the full log when i try to watch $_GET:
Let me know if you need something else. Much appreciated! |
Hi. Thanks. I have a good idea why this stopped working. Super globals are a bit special. I won't be able to check on this for a few hours. Can you try to select $_GET in the variables panel, right click and "add to watch"? I'm writing this from the top of my head, so not sure if the command is available for this case. |
Re Zobo, Adding it to the watch list from Variables/superglobals panel give me the same value and issue Let me know if you need something else :) |
I researched the issue and came to the conclusion that I'll have to change the watch evaluation routine back to |
Will be fixed with #1021 |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
When watching a superglobals like $_GET, $_POST and so on, i get a value of
can not get property
.And in the Variables/superglobals panel its working fine.
Dunno if i miss something? Let me know if you need more info. Please note that i'm running it from a docker container.
REVELANT DEBUG CONSOLE LOG:
XDEBUG LAUNCH CONFIG:
PHP.ini
PHP AND XDEBUG INSTALLED VERSION
The text was updated successfully, but these errors were encountered: