mirror of https://gitlab.com/basile.b/dexed.git
#97, dbgee options, show target as readonly
make obvious that these options are defined per proj/per runnable
This commit is contained in:
parent
93b7b8f6bb
commit
2c555097c8
|
@ -339,6 +339,7 @@ type
|
|||
property filename: string read fFname write fFname;
|
||||
property arguments: TStringList read fAgruments write setOptions;
|
||||
property queryArguments: boolean read fQueryArguments write fQueryArguments default false;
|
||||
property target: string read fFname;
|
||||
property workingDirectory: TCEPathname read fWorkingDir write fWorkingDir;
|
||||
public
|
||||
constructor Create(ACollection: TCollection); override;
|
||||
|
|
Loading…
Reference in New Issue