How can I drive the debugging session with some scripting language like ruby? Is there any easier options than using Expect or some similar module with a scripting language?
You may be able to use JRuby to drive your own debugger via the JPDA API.
2.1m questions
2.1m answers
60 comments
57.0k users