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
One thing that really frustrates me is not being able to paste multiple lines of code. I often have to make little blocks of code into a single line, add semicolons, use curly braces, etc.
It would be extremely useful if there was a way to paste multiple lines of code, and execute the code once you reach the final end or }.
Actually I just started irb to test it out and it seemed to work fine, which is strange. Do you know why this might be working fine in irb, and broken in my Rails app?
One thing that really frustrates me is not being able to paste multiple lines of code. I often have to make little blocks of code into a single line, add semicolons, use curly braces, etc.
It would be extremely useful if there was a way to paste multiple lines of code, and execute the code once you reach the final
end
or}
.Actually I just started
irb
to test it out and it seemed to work fine, which is strange. Do you know why this might be working fine in irb, and broken in my Rails app?(I'm using
pry-byebug v3.6.0
,byebug v10.0.2
,Ruby 2.4.2p198
.)EDIT: Oh yeah, I also opened this issue a while ago: deivid-rodriguez/byebug#359
The text was updated successfully, but these errors were encountered: