Debugging in RubyMine 3.1.1
Help! Can't debug.
Standard Output:
jruby: missing argument
Extended options:
-X-O run with ObjectSpace disabled (default; improves performance)
-X+O run with ObjectSpace enabled (reduces performance)
-X-C disable all compilation
-X+C force compilation of all scripts before they are run (except eval)
Thanks,
Mitch
Please sign in to leave a comment.
If I run scripts with --jdb -X+C the debugger times out and does not connect.
Hello Mitch,
Are you able to launch command line generated by RubyMine within terminal? If no, could you please create an issue at http://youtrack.jetbrains.net/issues/RUBY with detailed description and attach command line string.
Regards,
Oleg
hey, it's permissions. When I launch RubyMine as sudo the debugger works. Can you tell me or point me in a direction to best setup my enivronment to avoid these issues?
Thanks,
Mitch