Damjan Cvetko
Damjan Cvetko
Also. The xdebug.log and the VS Code log do not seem in sync. There is no `stack_get` in the xdebug.log.
Good question why it segfaults. I suggest you make a small script that doesn't have any complex objects on the stack. This could be some infinite recursion problem in Xdebug,...
Cool! Thanks a lot. Do you have any idea if this happens with the latest version of Xdebug? I'll try to reproduce it when I have time and open a...
I played a but with this and found some other issues in Xdebug and opened an issue [there](https://bugs.xdebug.org/view.php?id=2211). I have not yet reproduced a crash so I'm guessing it does...
Indeed that is the current way, as all code in the debug window is just passed to Xdebug `eval` command. And this is probably as it is in PHP as...
Hi. Are you on linux or on mac? Does this happen even if no debug session is established? By that I mean you start Listen for Xdebug and then click...
Thanks. I'll try to reproduce it. Also. Do you have any other php related vscode extensions installed? Theres also an "extension bisect" process I'll ask you to do, if I...
Devsense and this plugin are sadly incompatible and "strange things" happen. Does the error happen when Devsense is disabled?
I can confirm this does happen. I tried it on my windows PC and there it does not, then I tried Remote SSH to my debian VM and there I...
I'll close this, as VSCode team is still working on this, but does not seem to interfere much with the extension. A newer issue https://github.com/microsoft/vscode/issues/196948