GdbmiDebugger: publish new config properties

git-svn-id: trunk@64886 -
This commit is contained in:
martin 2021-03-28 20:26:21 +00:00
parent f2db095c73
commit 57e759e6ee
3 changed files with 12 additions and 0 deletions

View File

@ -325,6 +325,10 @@ type
property WarnOnInternalError;
property EncodeCurrentDirPath;
property EncodeExeFileName;
property EncodingForEnvironment;
property EncodingForExeArgs;
property EncodingForExeFileName;
property EncodingForCurrentDirPath;
property InternalStartBreak;
property UseAsyncCommandMode;
property UseNoneMiRunCommands;

View File

@ -133,6 +133,10 @@ type
property WarnOnInternalError;
property EncodeCurrentDirPath;
property EncodeExeFileName;
property EncodingForEnvironment;
property EncodingForExeArgs;
property EncodingForExeFileName;
property EncodingForCurrentDirPath;
property InternalStartBreak;
property UseNoneMiRunCommands;
property DisableLoadSymbolsForLibraries;

View File

@ -98,6 +98,10 @@ type
property WarnOnInternalError;
property EncodeCurrentDirPath;
property EncodeExeFileName;
property EncodingForEnvironment;
property EncodingForExeArgs;
property EncodingForExeFileName;
property EncodingForCurrentDirPath;
property InternalStartBreak;
property UseNoneMiRunCommands;
property DisableLoadSymbolsForLibraries;