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
Hi,
I've recently encountered with an vdebug issue, when the debugger attempts to listen to requests, but when hitting an http request to the web server, vdebug seems to disconnect and ignore the break point at all. I'm using PHP 7.4 with Xdebug 3.0.4 and docker and SpaceVIm + Vim 8.2 above.
My configurations are as follows:
Hi @pbpjackd,
Unfortunately, recently, I've moved from working with PHP.
Regardless of that, I don't think the owners of this project had fixed this issue, therefore i would recommend on snoozing them!!!
@pbpjackd do you also have break_on_open: 0 ? If so I would suggest re-trying with break_on_open: 1 and see if the request actually hits the breakpoint
Hi,
I've recently encountered with an vdebug issue, when the debugger attempts to listen to requests, but when hitting an http request to the web server, vdebug seems to disconnect and ignore the break point at all. I'm using PHP 7.4 with Xdebug 3.0.4 and docker and SpaceVIm + Vim 8.2 above.
My configurations are as follows:
vdebug:
xdebug.ini:
I'm attaching screen shoot to illustrate the problem:
As you can see all info tabs are empty as well.
Finally, that's what logs output:
The text was updated successfully, but these errors were encountered: