mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-10-31 10:21:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			50 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <CONFIG>
 | |
|   <Package Version="4">
 | |
|     <Name Value="LazDebuggerFp"/>
 | |
|     <Author Value="Joost van der Sluis"/>
 | |
|     <CompilerOptions>
 | |
|       <Version Value="11"/>
 | |
|       <SearchPaths>
 | |
|         <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
 | |
|       </SearchPaths>
 | |
|       <Other>
 | |
|         <CompilerMessages>
 | |
|           <MsgFileName Value=""/>
 | |
|         </CompilerMessages>
 | |
|         <CompilerPath Value="$(CompPath)"/>
 | |
|       </Other>
 | |
|     </CompilerOptions>
 | |
|     <Description Value="This package adds a stand-alone debugger to the IDE. For now it is only a proof-of-concept. Evaluating data is not (yet) possible."/>
 | |
|     <License Value="GPLv2"/>
 | |
|     <Files Count="1">
 | |
|       <Item1>
 | |
|         <Filename Value="fpdebugdebugger.pas"/>
 | |
|         <HasRegisterProc Value="True"/>
 | |
|         <UnitName Value="FpDebugDebugger"/>
 | |
|       </Item1>
 | |
|     </Files>
 | |
|     <Type Value="RunAndDesignTime"/>
 | |
|     <RequiredPkgs Count="3">
 | |
|       <Item1>
 | |
|         <PackageName Value="fpdebug"/>
 | |
|       </Item1>
 | |
|       <Item2>
 | |
|         <PackageName Value="DebuggerIntf"/>
 | |
|       </Item2>
 | |
|       <Item3>
 | |
|         <PackageName Value="FCL"/>
 | |
|       </Item3>
 | |
|     </RequiredPkgs>
 | |
|     <UsageOptions>
 | |
|       <UnitPath Value="$(PkgOutDir)"/>
 | |
|     </UsageOptions>
 | |
|     <PublishOptions>
 | |
|       <Version Value="2"/>
 | |
|     </PublishOptions>
 | |
|     <CustomOptions Items="ExternHelp" Version="2">
 | |
|       <_ExternHelp Items="Count"/>
 | |
|     </CustomOptions>
 | |
|   </Package>
 | |
| </CONFIG>
 | 
