jruby: how to debug java from ruby?
Hello,
is there a docu or a guide available (or can somebody just explain it) how I can debug my java code when I call it from ruby? All sources are in my project with the jruby plugin enabled.
Thanks!
Please sign in to leave a comment.
Hello,
the easiest way I know is to create Java application configuration with org.jruby.Main class as a main class and pass same arguments as you pass to jruby as program arguments.