-
Notifications
You must be signed in to change notification settings - Fork 158
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
Vim don't respond when start debugging #481
Comments
Did you set a breakpoint in vim ( |
@lucc Hey, for any reason my response disappear or didn't saved here. Sorry for the delay. |
@Abyweinberg vdebug can't use port 9000 if you have fpm on 9000. Could you try to configure xdebug to use 9001 and also set this in the vdebug configuration 9001 is used ? xdebug ini setting:
somewhere in your vimrc if you don't yet have any vdebug settings
|
@Abyweinberg do you still have the issue or is it resolved? |
Hi, @BlackIkeEagle thanks for ask, right now I saw your comment (trying with other port). |
Hi @BlackIkeEagle, This is the log file
|
@Abyweinberg The last issue is the same as #484 - this should be fixed in the latest version. |
Thank you for your help. |
Hi,
First at all, Thank you for your hard work.
This is my first time with this plug and I'm very new user with vim, so can be a bad configuration my problem.
I do this steps:
1- Add the log file as describe in the vdebug help:
:VdebugOpt debug_file ~/vdebug.log
:VdebugOpt debug_file_level 2
2- Press F5 in vim and get "Vdebug will wait for a connection in the background" instead of "Waiting for a connection (this message will self-destruct in 30 seconds...)"
3- Refresh the browser "F5" -> http://localhost:9000/exercise_php.php
4- Nothing change so press again F5 in vim and get -> Found connection, starting debugger
5- Nothing happen -> Press some keys -> Vim stay like "lock"
6- Refresh browser and stop the script
7- vim start to perform every clicked keys.
vdebug.log:
1 - [Debug] {Mon 31 2020 16:58:30} Closing the socket
2 - [Debug] {Mon 31 2020 16:58:30} keymapper: unmap
3 - [Debug] {Mon 31 2020 17:00:09} Closing the socket
4 - [Debug] {Mon 31 2020 17:00:09} Closing the socket
vim --version
php7.3 --version
Thank you very much!
The text was updated successfully, but these errors were encountered: