Question

Is there a way to get an array of Thread::Backtrace::Location instances attached to an Exception instance? If so, how? There are Kernel#caller_locations and Thread#backtrace_locations, but those are related to the current context or a thread, and not to an arbitrary exception instance. I don't know if those are to be used.

Était-ce utile?

La solution

Yes, it's possible since ruby v2.1, although full support will probably be ready in v2.2

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top