L
Laura Stern
Guest
You're implying that we could have implemented this differently such that when we do generate the stack trace it will take no time. That is unrealistic. I'm sure there was more than one way to implement this, but ultimately there is some kind of processing that needs to happen at some point. But having said that, the time it takes is probably negligible in the scheme of things, and it only happens when an error occurs. So maybe we were being overly cautious and the feature should have just been on by default. But since it isn't, and you need it, just use -errorstack or turn it on in your main .p via the SESSION attribute (SESSION:ERROR-STACK-TRACE = yes) and stop worrying about it!
Continue reading...
Continue reading...