FeaturesPluginsDocs & SupportCommunityPartners

NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

Debugger under JRuby 1.1.5 - workaround

 
Post new topic   Reply to topic    NetBeans Forums -> Ruby Users
View previous topic :: View next topic  
Author Message
Martin Krauskopf
Posted via mailing list.





PostPosted: Thu Nov 06, 2008 3:05 pm    Post subject: Debugger under JRuby 1.1.5 - workaround Reply with quote

There is an issue in debugger which causes failure under JRuby 1.1.5.
Those wanting to use it with 1.1.5 just change lines 2 and 3 in
$GEM_REPO/gems/ruby-debug-base-0.10.2-java/lib/ruby-debug-base.rb from:

require './tracelines'
require './linecache'

to:

require 'tracelines'
require 'linecache'

Workaround until the right fix is available.

m.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> Ruby Users All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB