[ruby-talk:00914] Re: Determining the called class in tracing

From: matz@... (Yukihiro Matsumoto)
Date: 1999-11-09 05:44:03 UTC
List: ruby-talk #422
Hi,

In message "[ruby-talk:00913] Determining the called class in tracing"
    on 99/11/08, Dave Thomas <Dave@thomases.com> writes:

|Is there any way to determine the identity of the class containing the 
|invoked method on a 'call' or 'c-call' trace event?

`call' and `c-call' do not contain class information, but `return' and
`c-return' event do.

Should we add information to the `call' and `c-call'?

                                                        matz.

In This Thread

Prev Next