xdebug / vscode-php-debug

PHP Debug Adapter for Visual Studio Code 🐞⛔
MIT License
781 stars 178 forks source link

Use eval cache for watch #808

Open zobo opened 2 years ago

zobo commented 2 years ago

Watch is currently using eval. We could use eval cache to allow tree traversal, but on the other hand there are cases where we want to inspect private fields, and that is only possible with property_get....