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
So it seems now if I hit a break point in a view, all is fine.
I then remove that from the code and throw one in the controller and it won't hit it, I get this instead
*** Byebug already started. Ignoring byebug call.
Apparently, it doesn't seem to think it is already done and won't reanchor a second subsequent call.
The text was updated successfully, but these errors were encountered:
I overlooked this because I don't use byebug that way. I only use the byebug method to attach to the debugger. Once I have a prompt I set breakpoints ( break MyController#create; continue for example) instead of dropping byebug calls everywhere.
So it seems now if I hit a break point in a view, all is fine.
I then remove that from the code and throw one in the controller and it won't hit it, I get this instead
*** Byebug already started. Ignoring
byebug
call.Apparently, it doesn't seem to think it is already done and won't reanchor a second subsequent call.
The text was updated successfully, but these errors were encountered: