1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Improved callstack handling with inlined methods

This commit is contained in:
Brian Fiete 2022-05-30 15:43:49 -07:00
parent 75333a0928
commit f29a74888c
13 changed files with 151 additions and 28 deletions

View file

@ -203,6 +203,7 @@ struct DwFormatInfo
DbgTypedValue mExplicitThis;
int mTotalSummaryLength;
String mReferenceId;
String mAction;
String mSubjectExpr;
String mExpectedType;
String mNamespaceSearch;