Original Post
Right now the behavior of AngelScript exceptions is that when an exception is raised, the context first calls the exception callback and then cleans the stack. Would it be possible to delay cleaning the stack until Abort() is called?