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
any ideas what's up with this? I'm running into it too, trying to use ruby-debug, I actually get it just trying to step through my code with next, not explicitly doing a bt. Which of course is making it hard to debug what I'm really trying to debug!
I'm not totally sure of the history here, but it seems like DynamicScope.getEvalScope() must have changed cardinality at some point in the past. In the latest version of jruby-debug there's some code to determine whether the runtime parameter is needed or not:
From http://jira.codehaus.org/browse/JRUBY-6355
I imagine this isn't expected.
The text was updated successfully, but these errors were encountered: