mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-19 17:59:19 +03:00
Enables crash minidump for Win32 vpntest. Minidump files will be saved to the 'C:\Users\<username>\AppData\Local\Temp\vpn_debug' (for normal user) or 'src\bin\vpn_debug\' (for administrator user).
This commit is contained in:
@ -116,7 +116,7 @@ int TestMain(char *cmd)
|
||||
Print(" - In Jurassic Park: \"It's a UNIX system! I know this!\"\n\n");
|
||||
|
||||
#ifdef OS_WIN32
|
||||
MsSetEnableMinidump(false);
|
||||
MsSetEnableMinidump(true);
|
||||
#endif // OS_WIN32
|
||||
|
||||
while (true)
|
||||
|
Reference in New Issue
Block a user