No source for ruby-2.0.0-p451 provided with debugger-ruby_core_source gem

后端 未结 9 644
孤街浪徒
孤街浪徒 2021-02-05 07:47

I\'ve seen very similar problems in other SO questions (e.g. No source for ruby-1.9.2-p321 provided with debugger-ruby_core_source gem) as well as through a Google search, but n

9条回答
  •  误落风尘
    2021-02-05 08:41

    there seems to be a problem with the compatibility of ruby version and debugger gem of rails. Running the below command worked for me:

     rvm ruby-2.0.0-p481
    

    If it doesn't work type

     rvm list
    

    will get a list of ruby version. Select an older ruby version, which might work.

提交回复
热议问题