| View previous topic :: View next topic |
| Author |
Message |
Martin Krauskopf Posted via mailing list.
|
Posted: Thu Nov 06, 2008 3:05 pm Post subject: Debugger under JRuby 1.1.5 - workaround |
|
|
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 |
|
 |
|
|
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
|
|
|
|