mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 18:02:22 -07:00
Add metadata type to maps debug information to aid debuggers knowing what is in it it
This commit is contained in:
@@ -710,7 +710,7 @@ gb_internal void lb_debug_complete_types(lbModule *m) {
|
||||
|
||||
case Type_Map:
|
||||
GB_ASSERT(t_raw_map != nullptr);
|
||||
bt = base_type(t_raw_map);
|
||||
bt = base_type(t->Map.debug_metadata_type);
|
||||
/*fallthrough*/
|
||||
case Type_Struct:
|
||||
if (file == nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user