-
Notifications
You must be signed in to change notification settings - Fork 34
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
Version 0.2.3 hangs on page load after hitting breakpoint #78
Comments
@rockorequin Am I right, that debugger should stop on the breakpoint after refreshing the page in a browser, but it wasn't? |
Yes, the debugger should stop on the breakpoint. But I think it freezes before even that point, because none of the log messages you'd expect to see prior to hitting the breakpoint appear. Also, if I go to another page where there isn't a breakpoint to hit, that page never loads. |
@rockorequin I managed to reproduce it |
@rockorequin @thestelz Could you please check debase gem version from this repo: https://github.com/ViugiNick/debase? |
@ViugiNick Thanks, debase from that repo looks like it fixes the problem. |
Just a side note: Had a similar behavior with VSCode 1.36.1 and ruby-debug-ide 0.7.0, debase 0.2.3 |
@iggycoder Sound like a problem on the vs code plugin side. Is it possible to log verbose debugger information somehow in VSCode? |
Ok. This issue has been reported. |
@rockorequin @thestelz Published a 0.2.4 debase version, this issue should be resolved there |
@ViugiNick Thanks! 0.2.4 is working fine. |
@ViugiNick I was using the |
@rockorequin Could you please close the issue? |
I have a Netbeans 11 / Rails 5.0.2 / ruby-debug-ide 0.7.0 project.
I find that with debase 0.2.3, the debugger hangs with this sequence:
If there is no breakpoint, the page loads correctly multiple times.
This is a regression, because debase 0.2.3-beta5 doesn't have this problem.
The text was updated successfully, but these errors were encountered: