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 1092026 commit f12a079Copy full SHA for f12a079
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