can I debug command line programs which use a Ruby gem Permanently deleted user 创建于 2013年12月01日 04:11 I want to debug calls to the twitter cli gemCan I do this using Rubymine?I need to do this on Windows XPThanks,- Nilanjan
Yes, you should be able to do this unless the gem uses some special Windows-only threading gems.
Oleg.
Can you explain how I would do that?
Thanks,
- Nilanjan
Open you code as a project in RubyMine, set breakpoints in the code you need, run the script under debugger.
Regards, Oleg.