Skip to content

Commit 312f252

Browse files
committed
Fix non-CMake build breakage
1 parent fcacc23 commit 312f252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/WasmKitGDBHandler/WasmKitGDBHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
responseKind = .hexEncodedBinary(wasmBinary.readableBytesView[binaryOffset..<(binaryOffset + length)])
162162

163163
case .wasmCallStack:
164-
print(self.debugger.captureBacktrace())
164+
print(self.debugger.currentCallStack)
165165
responseKind = .empty
166166

167167
case .generalRegisters:

0 commit comments

Comments
 (0)