Christopher Wright wrote: > > Could you do some sort of lazy evaluation of stack traces? Unfortunately not. 'finally' blocks, scope(exit), and scoped object dtors can alter the stack, making a lazy trace unreliable. Sean