History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JRUBY-2498
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Vladimir Sizikov
Reporter: Vladimir Sizikov
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JRuby

--jdb option is non-functional on Windows

Created: 08/May/08 07:00 AM   Updated: 13/Jun/08 08:45 AM
Component/s: Core Classes/Modules
Affects Version/s: None
Fix Version/s: JRuby 1.1.3

Time Tracking:
Not Specified

Environment: Latest JRuby 1.1.1+ on Windows


 Description  « Hide
jruby.bat --jdb  => 
jruby: unknown option --jdb

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.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Vladimir Sizikov - 13/Jun/08 08:45 AM
Fixed in rev. r6948 on trunk.