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.
mutating
Debugger.swift
1 parent d4e1df4 commit 3411eb7Copy full SHA for 3411eb7
Sources/WasmKit/Execution/Debugger.swift
@@ -33,7 +33,7 @@
33
self.execution = Execution(store: StoreRef(store), stackEnd: valueStack.advanced(by: limit))
34
}
35
36
- package func stopAtEntrypoint() throws(Error) {
+ package mutating func stopAtEntrypoint() throws(Error) {
37
try self.toggleBreakpoint(address: self.originalAddress(function: entrypointFunction))
38
39
0 commit comments