Enum StackTrace.Options

options when retrieving stack frames

enum Options : int { ... }

Enum members

NameDescription
all sugar for both unqualNames and renameString
none no option
renameString replace immutable(char)[] by string (and same for wchar and dchar)
unqualNames 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.