StackTraceFlags#

Added in version 1.12.

class StackTraceFlags#

Fields#

class StackTraceFlags
FULL#

Try to retrieve as much information as possible, including source information when getting the stack trace

NONE#

Try to retrieve the minimum information available, which may be none on some platforms (Since: 1.18)