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
Running gradle test on this should stop the execution on the binding.pry line and only when continue is typed-in should execution continue and 1 be printed. Instead, execution continues immediately and the process exits.
This doesn't happen when manually running jruby --debug a.rb - in that case all works as expected.
The text was updated successfully, but these errors were encountered:
a.rb
:Running
gradle test
on this should stop the execution on thebinding.pry
line and only whencontinue
is typed-in should execution continue and1
be printed. Instead, execution continues immediately and the process exits.This doesn't happen when manually running
jruby --debug a.rb
- in that case all works as expected.The text was updated successfully, but these errors were encountered: