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
For example,
class Context { protected static $pool = []; }
I can not check the value of self::$pool in VSCODE.
The text was updated successfully, but these errors were encountered:
可以考虑PHP升级后使用 swoole-src的 xdebug分支,https://github.com/swoole/swoole-src/tree/support-xdebug 可以直接使用xdebug进行调试,前提是PHP版本要大于等于8.1
Sorry, something went wrong.
No branches or pull requests
For example,
I can not check the value of self::$pool in VSCODE.
The text was updated successfully, but these errors were encountered: