--jdb option is non-functional on Windows
-----------------------------------------

                 Key: JRUBY-2498
                 URL: http://jira.codehaus.org/browse/JRUBY-2498
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
         Environment: Latest JRuby 1.1.1+ on Windows
            Reporter: Vladimir Sizikov
             Fix For: JRuby 1.1+


{noformat}
jruby.bat --jdb  => 
jruby: unknown option --jdb
{noformat}

The reason is that the --jdb switch is only correctly handled by jruby bash 
script (replacing 'java' with 'jdb'), but in jruby.bat script 'java' is always 
used and --jdb switch is just ignored.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to