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.
debugger: Debugger
1 parent 13f81c8 commit a259f61Copy full SHA for a259f61
Sources/WasmKitGDBHandler/WasmKitGDBHandler.swift
@@ -30,7 +30,7 @@
30
private let wasmBinary: ByteBuffer
31
private let moduleFilePath: FilePath
32
private let logger: Logger
33
- private let debugger: Debugger
+ private var debugger: Debugger
34
private let functionsRLE: [(wasmAddress: Int, iSeqAddress: Int)] = []
35
36
package init(logger: Logger, moduleFilePath: FilePath) async throws {
0 commit comments