Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modern vdebug: does it play nicely with neovim and xdebug v3.0.2? #499

Open
abbood opened this issue Jan 31, 2021 · 0 comments
Open

modern vdebug: does it play nicely with neovim and xdebug v3.0.2? #499

abbood opened this issue Jan 31, 2021 · 0 comments

Comments

@abbood
Copy link

abbood commented Jan 31, 2021

I used to use vdebug back in the day and it worked like a charm (i had this interesting discussion on how to set it up here).

I haven't used it for a while though, and now I tried to set it up but on neovim instead and with xdebug 3.0.2.

but right off the bat the behaviour seems different, for example when i press F5 I get this on the prompt

Vdebug will wait for a connection

rather than what I was used to

waiting for a new connection on port 9000 for 10 seconds...

so I'm not even sure what port vdebug is listening to and nothing happens when i run the command.

note: this is the xdebug command i run on my cli:

php -dxdebug.mode=debug -dxdebug.start_with_request=yes -dxdebug.client_port=9000 -dxdebug.client_host=127.0.0.1

that used to work back in the day

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant