문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top