Skip to content

Commit 0b8c293

Browse files
authored
Add FIXME note for .supportedFeatures response
1 parent 2b74e4a commit 0b8c293

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/WasmKitGDBHandler/WasmKitGDBHandler.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ package final class WasmKitGDBHandler: ChannelInboundHandler {
3333
])
3434

3535
case .supportedFeatures:
36+
// FIXME: should return a different set of supported features instead of echoing.
3637
responseKind = .raw(command.arguments)
3738

3839
case .vContSupportedActions:

0 commit comments

Comments
 (0)