vscode-php-debug
vscode-php-debug copied to clipboard
Use eval cache for watch
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....