UnknownException trace
How can I print the line that caused an UnknownException?
I have something like:
How do I get the "Mysterious error" line to tell me whether it was doFoo() or doBar() that had the exception?
I have something like:
How do I get the "Mysterious error" line to tell me whether it was doFoo() or doBar() that had the exception?
