StackTrace.Options

options when retrieving stack frames

Values

ValueMeaning
none0

no option

unqualNames1

Strip module qualifiers for names in symbols, keeping only the last components. Follows the common convention that module names are lowercase and type names are camelcase.

renameString2

replace immutable(char)[] by string (and same for wchar and dchar)

allunqualNames | renameString

sugar for both unqualNames and renameString

Meta