mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Fixed Get Debug Alloc Information pausing
This commit is contained in:
parent
f8083037f9
commit
a730e782f5
3 changed files with 4 additions and 3 deletions
|
@ -189,6 +189,7 @@ enum DbgHotResolveFlags : uint8
|
|||
DbgHotResolveFlag_None = 0,
|
||||
DbgHotResolveFlag_ActiveMethods = 1,
|
||||
DbgHotResolveFlag_Allocations = 2,
|
||||
DbgHotResolveFlag_KeepThreadState = 4
|
||||
};
|
||||
|
||||
enum DbgMemoryFlags : uint8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue