I'm developing a Rails project using RubyMine 4.5.4.
After few lines of stopping over the code, RubyMine seems lost connect to the debugger.
Step Into
,Step over
buttons went disabled and I can not access localhost:3000
.
Is that a bug of RubyMine or I have to do something to make RubyMine happy?
Update: I'm using Windows 7 64bit
D:\>ruby --version ruby 1.9.3p392 (2013-02-22) [i386-mingw32] D:\>gem list --local|grep debug debugger (1.6.0) debugger-linecache (1.2.0) debugger-ruby_core_source (1.2.2) ruby-debug-base19x (0.11.30.pre12, 0.11.30.pre10) ruby-debug-ide (0.4.17.beta17, 0.4.17.beta14)