Rubymine Debug, Console/Menu Difference
How come when I click debug from the menu bar nothing happens, but if I use the context menu it works like a charm ? Not ragging on anybody, just looking to better understand this strange yet new and exciting world of Ruby.
请先登录再写评论。
Hi,
do you have run configuration name combobox on toolbar? When you select run from context menu, RubyMine creates run configuration and executes it. When you have no existing run configuration, it just don't knows what to run.