Damjan Cvetko
Damjan Cvetko
New release out. Seems we need to reconsider automatic updates...
What is the Xdebug version?
Also, please provide a Xdebug log. `strlen('test')` should evaluate like before, so in this case there should not be any changes. Also if the debugger does not stop (no breakpoint...
Thanks, I currently use `3.5.0-dev`... ``` xd(1) ... xd(1) ``` Could be a Xdebug issue, I need to test.
I've tested this locally on a Linux VM by setting up a dev container based on ``` { "image": "php:8.1.31-apache-bookworm" } ``` Xdebug version 3.4.2, PHP 8.1.31 NTS ``` echo...
Thanks for all this, I'll look into it more. But it's strange that _watch_ would not work, where _REPL_ would. Both cases should produce the exact same interaction with Xdebug....
I've installed Docker and ran again the same test with devcontainer. Again no crash. Docker image is 8.1.31-apache-bookwork 7efcdf61001f. The only thing I modified was to install Xdebug with `pecl...
Thanks! I'll test it as soon as possible.
Hey. Tried it both on Linux and MacOS, cannot reproduce. So it has to be something else, or specific to hardware that I do not have.
Tried to install all listed modules and still could not reproduce. Could you share your Dockerfile?