Hi All:
I’m a beginner of Ruby and RoR,and i would greatly appreciate your help.
Here are some questions i got stuck:
- First,How can I debug a specific worker,just like MiqEmsRefreshWorkerOpenstack?It’s a very independent component with RoR.I don’t know how to insert a breakpoint into that worker with RubyMine.Because when i click debug button in RubyMine,manageiq wouldn’t start other workers.
- Second,what’s kind of tools do you use to DEBUG a ruby code efficiently?