diff --git a/IDEHelper/WinDebugger.cpp b/IDEHelper/WinDebugger.cpp index f731e426..a19d83aa 100644 --- a/IDEHelper/WinDebugger.cpp +++ b/IDEHelper/WinDebugger.cpp @@ -5740,8 +5740,8 @@ String WinDebugger::GetDictionaryItems(DbgCompileUnit* dbgCompileUnit, DebugVisu count = -1; return ""; } - int entrySize = entriesPtr.mType->mTypeParam->GetByteCount(); - int bucketIdxSize = bucketsPtr.mType->mTypeParam->GetByteCount(); + int entrySize = entriesPtr.mType->mTypeParam->GetStride(); + int bucketIdxSize = bucketsPtr.mType->mTypeParam->GetStride(); String addrs;