-
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 hangs when closing debugger pressing <F6> #490
Comments
I have the same problem |
I use Ubuntu 20.04, vim 8.2 |
It begins after last commit by @BlackIkeEagle It's seems that vdebug only one php debugger for vim. Vim is a great code editor and it will be very best to make php debugger for vim. Vdebug is a good debugger, but have a lot off bugs. Unfortunately I don't know phyton. And I have to learn phyton for finish vdebug. |
If someone knows ruby and can make sense of the ruby tests that would also help :) |
@BlackIkeEagle it seems that commenting out line 188 in |
@dave2309 is this with break_on_open: 1 or 0 ? |
@dave2309 and @terminator-ivanovich could you post the relevant vdebug config you are using I can't reproduce this, F6 always lets me close just fine |
Arch5.4.69 (linux-lts), python3.8.5, php7.4.10, xdebug2.9.6, vim8.2.17(installed by gvim8.2.17)
I took this keymap from vdebug help pages. I made only this configs with vdebug. I have no any vdebug configs. |
This action return very big mistake in my system. |
|
@terminator-ivanovich and @dave2309 the watch_window_style = 'compact' seems to be the issue, I'll look into it further |
@BlackIkeEagle steps that I reproduce with FF and brave.
It seems that instead of closing, it does "restart" waiting for connection, then playing an extra URL does free it. The issue does not happen if Commenting out line 188 make things working for me |
Not for me, changing |
Just noticed, I had it with your settings, and not if I just add it to my original configuration |
@BlackIkeEagle can you show your configuration? |
@dave2309 |
@BlackIkeEagle tried with you default configuration, issue still occurs. |
@dave2309 if you PR it I'll take it, since this is consistently the solution for you, else I'm updating it this evening. |
@BlackIkeEagle PR done, can you check it? |
@dave2309 thanks for putting in the effort Will close this one since I think it will be solved |
This issue and #484 were introduced by me in #479, sorry. |
Hi @BlackIkeEagle ,
Unfortunately I have a little issue, I did not really notice before (saying I don't know if it is knew).
When going using the debugger and the pressing vim just hangs.
I don't recall such issue for long time.
Log file does not output anything.
I have a minimal vimrc file with just vdebug (to avoid conflicts with some other plugins)
Where/How can I found something relevant?
Regards,
Dave
The text was updated successfully, but these errors were encountered: