| Chuk ( @ 2009-01-21 17:13:00 |
How to fix "Cannot connect to debbugger" in RubyMine #638
Some guys cannot use nice RubyMine debugger support due to this problem. I've noticed that on Windows RubyMine's debugger doesn't work if version of linecache gem doesn't correspond to version of debugger.
If you use this gems:
* ruby-debug-base 0.10.3 win
* ruby-debug-ide 0.4.4 win
linecache gem should have version 0.4.3-mswin32, e.g. linecache-0.4.2 will not work with this configuration
Some guys cannot use nice RubyMine debugger support due to this problem. I've noticed that on Windows RubyMine's debugger doesn't work if version of linecache gem doesn't correspond to version of debugger.
If you use this gems:
* ruby-debug-base 0.10.3 win
* ruby-debug-ide 0.4.4 win
linecache gem should have version 0.4.3-mswin32, e.g. linecache-0.4.2 will not work with this configuration