You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am not sure if this is a bug or I am missing anything. I have try to search around but to no avail.
Issue
I have a Rails app with a controller, I try to put binding.break in the #create action. The code stops for the very first request. However, for second request onward, the code just doesn't stop and I have to restart the server for it to stop again.
defcreatebinding.break# some actionsend
First request, the code stop at the break point
Second request, the code doesn't stop
The text was updated successfully, but these errors were encountered:
Your environment
Ruby 3.3.0
Rails 7.1.2
debug 1.9.1
Hi, I am not sure if this is a bug or I am missing anything. I have try to search around but to no avail.
Issue
I have a Rails app with a controller, I try to put
binding.break
in the#create
action. The code stops for the very first request. However, for second request onward, the code just doesn't stop and I have to restart the server for it to stop again.The text was updated successfully, but these errors were encountered: