mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 15:49:32 +01:00 
			
		
		
		
	FpDebug, testbase: Fix re-using already compiled test-exe
git-svn-id: trunk@61519 -
This commit is contained in:
		
							parent
							
								
									65aa82abae
								
							
						
					
					
						commit
						fa7ee1a8bb
					
				@ -139,7 +139,7 @@ begin
 | 
			
		||||
  Result := '';
 | 
			
		||||
  i := IndexOfExe(AnExeName);
 | 
			
		||||
  if i >= 0 then
 | 
			
		||||
    Result := Items[i].FExeName;
 | 
			
		||||
    Result := Items[i].FComandline;
 | 
			
		||||
end;
 | 
			
		||||
 | 
			
		||||
{ TCompilerProcess }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user