1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Improved minidump debugging

This commit is contained in:
Brian Fiete 2020-10-12 10:12:18 -07:00
parent 60b162ba90
commit 9332693132
4 changed files with 11 additions and 3 deletions

View file

@ -1366,7 +1366,11 @@ public:
public:
Val128 mDataHash;
#ifdef _DEBUG
StringT<128> mModuleName;
#else
String mModuleName;
#endif
Array<BfModuleFileName> mOutFileNames;
// SpecializedModules contain method specializations with types that come from other projects
Dictionary<Array<BfProject*>, BfModule*> mSpecializedMethodModules;