mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 08:29:06 +02:00
GdbmiDebugger: publish new config properties
git-svn-id: trunk@64886 -
This commit is contained in:
parent
f2db095c73
commit
57e759e6ee
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user