Subject: [ruby-talk:04493] Re: Invoking an extension after compilation
From: ts <decoux moulon.inra.fr>
Date: Thu, 17 Aug 2000 17:51:30 +0200 (MET DST)
References: 44814491
In-reply-to: message from Dave Thomas on 17 Aug 2000 10:46:26 -0500
>>>>> "D" == Dave Thomas <Dave / thomases.com> writes:
D> ruby -rStuff prog.rb
D> and have 'Stuff' be able to examine prog.rb's parse tree.
Have you tried with set_trace_func and intercept the first call to "line" ?
Guy Decoux