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

Implement eval cache

Open zobo opened this issue 3 years ago • 0 comments

PhpStorm uses a hack to keep eval results reachable and traversable:

eval( '$GLOBALS['eval_cache'][$uuid] = .... );

Refs: https://github.com/xdebug/vscode-php-debug/issues/755#issuecomment-1050697418 https://github.com/xdebug/xdebug/pull/816/files https://bugs.xdebug.org/view.php?id=2053

zobo avatar Feb 25 '22 10:02 zobo