cldwalker / debugger

port of ruby-debug that works on 1.9.2 and 1.9.3
BSD 2-Clause "Simplified" License
846 stars 80 forks source link

copied added ruby 2.1.0 support by replicating code used for ruby 2.0.0 support #112

Closed formigarafa closed 10 years ago

formigarafa commented 10 years ago

with those changes and the changes on https://github.com/cldwalker/debugger-ruby_core_source/pull/29 you can get the debugger compiling and running the tests on ruby 2.1.0 with the same failures we already have running them against ruby 2.0.0 as pointed out on #110.