mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 21:19:24 +02:00
Debugger: move some units to IdeDebugger package
This commit is contained in:
parent
7642aaff78
commit
82d1e129a0
@ -25,6 +25,18 @@
|
|||||||
<Type Value="Main Unit"/>
|
<Type Value="Main Unit"/>
|
||||||
<UnitName Value="idedebuggerpackage"/>
|
<UnitName Value="idedebuggerpackage"/>
|
||||||
</Item>
|
</Item>
|
||||||
|
<Item>
|
||||||
|
<Filename Value="debugger.pp"/>
|
||||||
|
<UnitName Value="Debugger"/>
|
||||||
|
</Item>
|
||||||
|
<Item>
|
||||||
|
<Filename Value="processdebugger.pp"/>
|
||||||
|
<UnitName Value="ProcessDebugger"/>
|
||||||
|
</Item>
|
||||||
|
<Item>
|
||||||
|
<Filename Value="processlist.pas"/>
|
||||||
|
<UnitName Value="ProcessList"/>
|
||||||
|
</Item>
|
||||||
</Files>
|
</Files>
|
||||||
<RequiredPkgs>
|
<RequiredPkgs>
|
||||||
<Item>
|
<Item>
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
This source is only used to compile and install the package.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit IdeDebuggerPackage;
|
unit idedebuggerpackage;
|
||||||
|
|
||||||
{$warn 5023 off : no warning about unused units}
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
IdeDebuggerBase, LazarusPackageIntf;
|
IdeDebuggerBase, Debugger, ProcessDebugger, ProcessList, LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user