Cannot install ruby-debug gem on Windows

后端 未结 7 1020
难免孤独
难免孤独 2020-12-16 22:50

I\'m having trouble installing the Ruby-Debug Gem on windows. What does this error mean? How can I fix this? Thanks



        
7条回答
  •  既然无缘
    2020-12-16 23:04

    this port of ruby-debug that works on 1.9.2 and 1.9.3 worked for me. Just type

    gem install debugger
    

提交回复
热议问题