From 41aad5e7b81f632248a51b40b9ccfd3661a22965 Mon Sep 17 00:00:00 2001 From: ktkk Date: Sun, 5 Jul 2026 16:08:32 +0200 Subject: [PATCH] Format source debug extension attribute --- src/Class/AttributeInfo.zig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Class/AttributeInfo.zig b/src/Class/AttributeInfo.zig index 9e13aa0..3fd70ba 100644 --- a/src/Class/AttributeInfo.zig +++ b/src/Class/AttributeInfo.zig @@ -393,7 +393,10 @@ pub const AttributeInfo = union(enum) { _ = try w.write("source_file:\n"); try source_file.indentedFormat(w, depth, indent + 1, constant_pool); }, - //.source_debug_extension, + .source_debug_extension => |attr| { + try w.splatByteAll(' ', depth * indent); + try w.print("debug_extension: {s}\n", .{ attr.debug_extension }); + }, //.line_number_table, //.local_variable_table, //.local_variable_type_table,