-
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
Error starting Vdebug: <class 'pynvim.api.common.NvimError'> #494
Comments
Can you post the full stack trace? |
I guess I'm not sure how to provide something useful, I don't think you're looking for the vdebug logs. |
I was hoping for a python stack trace that belongs to your headline for this issue. Maybe you can also give exact steps what to do to reproduce this (php ini setting for xdebug, nvim command line, steps you perform). |
I'd be happy to add a python stack trace here, but the error above is just appearing in my editor. My php.ini simply has these settings: xdebug.max_nesting_level = 256 I'm using vdebug in the regular way I've always done, in this case I set a couple of breakpoints, hit |
You can check I will try to reproduce tomorrow (at my work computer). |
The log window opens when the error occurs without any additional information, it's completely empty. I was going to provide the log output above, but thought that it wouldn't be helpful. I'll provide a log here, there doesn't seem to be much in it, log level 2:
Here's a screenshot for what it's worth: |
I think that is the same of #403 |
I did a bounty for that issue https://www.bountysource.com/issues/76208208-open-the-debug-without-any-stacktrace |
Upgrading my Neovim to v0.4.4 solved this and other issues for me. |
I've already looked at #487, #485 and #486. I just pulled f61a967, but it's frankly been a while since I've updated. I can't start a debugging session at all, even after starting vim again.
NVIM v0.3.8
The text was updated successfully, but these errors were encountered: