vscode-php-debug icon indicating copy to clipboard operation
vscode-php-debug copied to clipboard

Use eval cache for watch

Open zobo opened this issue 3 years ago • 0 comments

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....

zobo avatar May 18 '22 11:05 zobo