-
Notifications
You must be signed in to change notification settings - Fork 129
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
why my debugger always hang? #735
Comments
It may be caused by #725, which has been fixed in |
Same issue with |
+1. Hanging and crashing happens more than it doesn't. |
Can you provide a demo app that reproduces the crashing? |
for me 1.6.2 fixed my problem
…On Fri, Aug 26, 2022, 1:20 AM Stan Lo ***@***.***> wrote:
Can you provide a demo app that reproduces the crashing?
—
Reply to this email directly, view it on GitHub
<#735 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKKFOTMMQNM4YZ4TJVS33YLV262NDANCNFSM56L5G7NQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
can we close this issue? |
yea
…On Fri, Sep 16, 2022, 3:15 PM Koichi Sasada ***@***.***> wrote:
can we close this issue?
—
Reply to this email directly, view it on GitHub
<#735 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKKFOTOCNDABAE5HVVE6223V6QUDBANCNFSM56L5G7NQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@ko1 I'm still experiencing this issue pretty frequently. I'm happy to open a separate issue when I get some time and add a complete demo app and steps to reproduce. Thanks for your work on this 👍 |
@prostko Thank you and sorry bothering you. |
this issues seems back again, I'm wondering even though I have use 1.6.2 did it has issue with rack:timeout? |
Macbook Air M2 here chiming in - version 1.7.1. I am getting
when using |
Also seeing this. M1 Max, version 1.8.0 Seeing same as @onesneakymofo |
Ruby 3.1.2
rails (7.0.3.1)
debug (1.6.1)
irb (>= 1.3.6)
reline (>= 0.3.1)
When I use debugger then write some code
like this
it hang and never do anything not even throwing error
but sometimes it returning syntax error
until I manually kill the process
The text was updated successfully, but these errors were encountered: