can I debug command line programs which use a Ruby gem

I want to debug calls to the twitter cli gem

Can I do this using Rubymine?

I need to do this on Windows XP

Thanks,
- Nilanjan

0
Avatar
Permanently deleted user

Yes, you should be able to do this unless the gem uses some special Windows-only threading gems.

Oleg.

0
Avatar
Permanently deleted user

Can you explain how I would do that?

Thanks,
- Nilanjan

0
Avatar
Permanently deleted user

Open you code as a project in RubyMine, set breakpoints in the code you need, run the script under debugger.

Regards, Oleg.

0

请先登录再写评论。