Frage

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.

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top