Initial setup: use FpLldb only on Mac / fix layout/anchors

This commit is contained in:
Martin 2023-01-08 13:59:13 +01:00
parent 319649fbe6
commit ca4050616e
2 changed files with 14 additions and 13 deletions

View File

@ -191,16 +191,16 @@ object InitDebuggerFrame: TInitDebuggerFrame
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = pnlDbgPath
AnchorSideRight.Side = asrBottom
Left = 16
Left = 10
Height = 25
Top = 19
Width = 401
Width = 407
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Left = 16
BorderSpacing.Left = 10
BevelOuter = bvNone
ClientHeight = 25
ClientWidth = 401
ClientWidth = 407
TabOrder = 0
object cmbDebuggerPath: TComboBox
AnchorSideLeft.Control = PnlSelectDbgPath
@ -209,7 +209,7 @@ object InitDebuggerFrame: TInitDebuggerFrame
Left = 0
Height = 23
Top = 0
Width = 320
Width = 326
Anchors = [akTop, akLeft, akRight]
ItemHeight = 15
OnChange = rbKeepChange
@ -220,7 +220,7 @@ object InitDebuggerFrame: TInitDebuggerFrame
AnchorSideTop.Control = PnlSelectDbgPath
AnchorSideRight.Control = PnlSelectDbgPath
AnchorSideRight.Side = asrBottom
Left = 326
Left = 332
Height = 25
Top = 0
Width = 75
@ -238,12 +238,12 @@ object InitDebuggerFrame: TInitDebuggerFrame
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = pnlDbgPath
AnchorSideRight.Side = asrBottom
Left = 16
Left = 10
Height = 23
Top = 44
Width = 401
Width = 407
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 16
BorderSpacing.Left = 10
Color = clForm
ParentFont = False
ReadOnly = True
@ -256,12 +256,12 @@ object InitDebuggerFrame: TInitDebuggerFrame
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = pnlDbgPath
AnchorSideRight.Side = asrBottom
Left = 16
Left = 10
Height = 23
Top = 70
Width = 401
Width = 407
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 16
BorderSpacing.Left = 10
BorderSpacing.Top = 3
Color = clForm
Font.Color = clHighlight

View File

@ -8,7 +8,8 @@ uses
Classes, SysUtils, Types, Forms, Controls, StdCtrls, ComCtrls, ExtCtrls,
Dialogs, Buttons, GDBMIDebugger, DbgIntfDebuggerBase, FileUtil, LazFileUtils,
IDEDialogs, IDEUtils, IDEImagesIntf, FileProcs, FpDebugDebugger,
FpLldbDebugger, IdeDebuggerOpts, LazarusIDEStrConsts, InitialSetupProc,
{$If defined(Darwin) or defined(CD_Cocoa)} FpLldbDebugger, {$ENDIF}
IdeDebuggerOpts, LazarusIDEStrConsts, InitialSetupProc,
EnvironmentOpts, LazConf, StrUtils;
type