You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xdebug logfile (from setting xdebug.log in php.ini):
VS Code extension logfile (from setting "log": true in launch.json): I don't find any log related to xdebug in exthost.log
Code snippet to reproduce:
$test = "test";
die(); // breakpoint here and enter "$test" in the debug console
The debug console show a connection closed (on close) output message and crash when requesting a known variable name when the debugging session is started with the "variables" panel folded
The text was updated successfully, but these errors were encountered:
PHP version: 8.1.20
Xdebug version: 3.3.2
VS Code extension version: 1.35.0
Your launch.json:
Xdebug php.ini config:
Xdebug logfile (from setting
xdebug.log
in php.ini):VS Code extension logfile (from setting
"log": true
in launch.json): I don't find any log related to xdebug inexthost.log
Code snippet to reproduce:
The debug console show a
connection closed (on close)
output message and crash when requesting a known variable name when the debugging session is started with the "variables" panel foldedThe text was updated successfully, but these errors were encountered: