开发者

Ruby debugger crashes on Windows

开发者 https://www.devze.com 2023-03-05 03:03 出处:网络
I\'m encountering a weird problem on Windows with the ruby debuger right now. In order for me to not retype the whole issue, here is t开发者_JAVA技巧he link to the problem:

I'm encountering a weird problem on Windows with the ruby debuger right now. In order for me to not retype the whole issue, here is t开发者_JAVA技巧he link to the problem: http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/7a7fbd456c4a7740

Anyone encountered this before?


Well the bigger issue is you're developing with RoR on Windows :)

Why do you have both ruby-debug gems in your gem list? You only need "ruby-debug19" for ruby 1.9.2+, so you can take out "ruby-debug".

Don't know if that will fix your problem, but give it a try.

0

精彩评论

暂无评论...
验证码 换一张
取 消