I'm sure this has been asked for before, however I cannot find this question in the Appeon community.
It would be really nice if we had programmatic access to the PB call stack in the SystemError event - a natural place would be as a property of the Error object.
Now we have access to object, event and line of the code that caused the error, but an ability to dump the call stack would let us see how that code was invoked. This would be very valuable information for debugging an error experienced by an end user.