1
0
Fork 0
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:
Brian Fiete 2022-06-04 18:30:56 -07:00
parent f8083037f9
commit a730e782f5
3 changed files with 4 additions and 3 deletions

View file

@ -189,6 +189,7 @@ enum DbgHotResolveFlags : uint8
DbgHotResolveFlag_None = 0,
DbgHotResolveFlag_ActiveMethods = 1,
DbgHotResolveFlag_Allocations = 2,
DbgHotResolveFlag_KeepThreadState = 4
};
enum DbgMemoryFlags : uint8