[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Debugging a forked process

James Byrne

5/22/2009 3:43:00 PM

Given a rake task like this:

begin
require 'gem/rake/task'

Gem::Rake::Task.new(:doit) do |t|
t.fork = true
end

How would one go about tracing where the value of $LOAD_PATH is
set/changed in the forked interpreter?
--
Posted via http://www.ruby-....