deivid-rodriguez / byebug

Debugging in Ruby 2
BSD 2-Clause "Simplified" License
3.34k stars 328 forks source link

Add a fallback for syntax_valid? if RubyVM is not defined #727

Closed eregon closed 4 years ago

eregon commented 4 years ago

While trying byebug on TruffleRuby, I found this is the first issue. This change seems to fix it.

The next issue is supporting the TracePoint :call event in TruffleRuby: https://github.com/oracle/truffleruby/issues/1672.

eregon commented 4 years ago

The CI failure is unrelated.