We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4f0815 + 9a8847d commit 8cba09aCopy full SHA for 8cba09a
tools/swift-inspect/Sources/swift-inspect/main.swift
@@ -159,10 +159,10 @@ struct UniversalOptions: ParsableArguments {
159
160
struct BacktraceOptions: ParsableArguments {
161
@Flag(help: "Show the backtrace for each allocation")
162
- var backtrace: Bool
+ var backtrace: Bool = false
163
164
@Flag(help: "Show a long-form backtrace for each allocation")
165
- var backtraceLong: Bool
+ var backtraceLong: Bool = false
166
167
var style: Backtrace.Style? {
168
backtrace ? .oneLine :
0 commit comments