From 2c555097c8ad4526542fcec5fed84da581e79b63 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 15 Dec 2016 21:57:03 +0100 Subject: [PATCH] #97, dbgee options, show target as readonly make obvious that these options are defined per proj/per runnable --- src/ce_gdb.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ce_gdb.pas b/src/ce_gdb.pas index fe95267b..179a0187 100644 --- a/src/ce_gdb.pas +++ b/src/ce_gdb.pas @@ -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;