Hi,
In message "[ruby-talk:01213] c-call and call in trace_func"
on 00/01/31, Dave Thomas <Dave / thomases.com> writes:
|I'm trying to understand the difference between c-call and call events
|in a trace function. Does anyone have any enlightenment?
`c-call' for C defined method calls, `call' for for Ruby defined
method calls. The debugger cannot step into C defined methods, so
that the difference was caused.
matz.