pretty_backtrace icon indicating copy to clipboard operation
pretty_backtrace copied to clipboard

Will it support irb?

Open ifyouseewendy opened this issue 11 years ago • 1 comments

I've found the example can only work with script running, so I wonder will it support irb?

BTW, this gem really brings the conveniency, thanks :smile:

ifyouseewendy avatar Feb 14 '15 12:02 ifyouseewendy

You are true. irb modify backtrace by their own knowledge and pretty_backtrace conflicts with this modification. I have no idea how to solve this issue.

Maybe this is essential problem that it conflicts with other libraries using Exception#set_backtrace method.

ko1 avatar Feb 17 '15 15:02 ko1