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:
parent
60b162ba90
commit
9332693132
4 changed files with 11 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue