An annotation that specifies that the given function should be executed when
the program is stopped.
Any functions annotated with this attribute will always be executed when the
program has stopped, regardless whether an uncaught exception was encountered
earlier or not.
An annotation that specifies that the given function should be executed when the program is stopped.
Any functions annotated with this attribute will always be executed when the program has stopped, regardless whether an uncaught exception was encountered earlier or not.