vscode-php-debug
vscode-php-debug copied to clipboard
Implement eval cache
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