feat: implement instruction-granular stepping
This commit is contained in:
@@ -125,6 +125,7 @@ fn parse(self: *Self, allocator: Allocator, input: []const u8) !Action {
|
||||
|
||||
break :blk .{ .send = response };
|
||||
},
|
||||
'\x03' => .nothing,
|
||||
else => std.debug.panic("Unknown: {s}", .{input}),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user