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

Can not check the value of static variables in a class #175

Closed
gitHusband opened this issue Aug 29, 2022 · 1 comment
Closed

Can not check the value of static variables in a class #175

gitHusband opened this issue Aug 29, 2022 · 1 comment

Comments

@gitHusband
Copy link

gitHusband commented Aug 29, 2022

For example,

class Context
{
    protected static $pool = [];
}

I can not check the value of self::$pool in VSCODE.

@huanghantao
Copy link
Member

可以考虑PHP升级后使用 swoole-src的 xdebug分支,https://github.com/swoole/swoole-src/tree/support-xdebug
可以直接使用xdebug进行调试,前提是PHP版本要大于等于8.1

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