-
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
Open the debug without any stacktrace #403
Comments
any hint for help with the debugging? |
1st thing you can do to check if something is working is to enable break_on_open |
I'm not sure what you mean with
If I can guess, you mean nothing happens in wordpress, then that sounds normal, because you are blocking further execution? |
Sorry for the misunderstoonding. |
I am not sure that the latest changes to the plugin help with my issue, there are any kind of debugging that I can do to understand what is happening? |
The changes are unrelated to your issue. I'm going to look into it with time. |
Let me know how I can help, I am available to investigate in the code but I have no glue how works xDebug. |
With xDebug, you can use |
Thanks for the hint, with that xDebug works as intended with vdebug! If I try to put breakpoints in vim they are not reconized. At least I found a way to use it, thanks a lot! |
I'm having this same issue. Setting a break point with vdebug opens the the debugger with no output and then a message right away that says "waiting for a connection: none found so far". And if I try to use the step commands I get, "Step over is only possible when Vdebug is running." Using Please let me know if I can provide more information that would be helpful. |
As I am trying to get a xdebug dev environemnt that works I am doing more tests, with pugdebug I am able to use breakpoints https://github.com/Mte90/pugdebug but with vdebug doesn't work, except when So my guess is that vdebug is not sending or reading right some information that instead with that command are right. |
I am having the same issue with https://github.com/puremourning/vimspector that use https://github.com/felixfbecker/vscode-php-debug If I mark a breakpoint is not working but with |
This is what I get in the vdebug log output when that issue happens:
Seems like that after launching the connection is stopped by vdebug itself before to get something from xdebug. Xdebug log:
|
@Mte90 is there a simple way to reproduce this? because I'm only seeing this empty stacktrace situation when xdebug got connected but there was no breakpoint hit. |
The point is that a breakpoint is configured inside vim but seems that vdebug is ignoring it |
Yes, I get the point, but I have not yet been able to reproduce it in any way. So I was wondering if you would be able to provide a simple enough example where it happens so that I can pinpoint what goes wrong. |
Well I am getting when using https://github.com/Varying-Vagrant-Vagrants/VVV/ with xdebug enabled, so I don't have any tiny environment to replicate... |
I did a bounty of 15$ for this ticket https://www.bountysource.com/issues/76208208-open-the-debug-without-any-stacktrace I am available for debugging. |
I am trying with https://github.com/Varying-Vagrant-Vagrants/VVV to get running vDebug.
The issue is with this very basic settings:
I see the page on loading and after a while open as show in the screenshot without any way to interact with the information.
It's not clear to me what is missing to get working everything.
If I use other tools the connection and debugging is working.
The text was updated successfully, but these errors were encountered: