mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Improved callstack handling with inlined methods
This commit is contained in:
parent
75333a0928
commit
f29a74888c
13 changed files with 151 additions and 28 deletions
|
@ -325,6 +325,10 @@ bool DebugVisualizers::ReadFileTOML(const StringImpl& fileName)
|
|||
Fail("Unexpected entry", value);
|
||||
}
|
||||
}
|
||||
else if (name == "CallStackList")
|
||||
{
|
||||
entry->mCollectionType = DebugVisualizerEntry::CollectionType_CallStackList;
|
||||
}
|
||||
else
|
||||
Fail("Unexpected entry", value);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue