1
0
Fork 0

Enable SeDebugName privilege by default

This commit is contained in:
CaledoniaProject 2021-10-12 14:49:01 +08:00 committed by GitHub
parent 379e8da30d
commit 560449a7e8
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ void SettingsDialog::LoadSettings()
settings.engineCalcType = calc_unsigned;
settings.engineBreakpointType = break_int3short;
settings.engineUndecorateSymbolNames = true;
settings.engineEnableDebugPrivilege = true;
settings.engineEnableSourceDebugging = false;
settings.engineEnableTraceRecordDuringTrace = true;
settings.engineNoScriptTimeout = false;