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.
.supportedFeatures
1 parent 2b74e4a commit 0b8c293Copy full SHA for 0b8c293
Sources/WasmKitGDBHandler/WasmKitGDBHandler.swift
@@ -33,6 +33,7 @@ package final class WasmKitGDBHandler: ChannelInboundHandler {
33
])
34
35
case .supportedFeatures:
36
+ // FIXME: should return a different set of supported features instead of echoing.
37
responseKind = .raw(command.arguments)
38
39
case .vContSupportedActions:
0 commit comments