mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:49:30 +02:00
DebuggerTests: clean up / change naming for temp exe files
git-svn-id: trunk@64540 -
This commit is contained in:
parent
eab19f455a
commit
dee9846c86
@ -7,7 +7,7 @@ interface
|
||||
uses
|
||||
Classes, SysUtils, fpcunit, testregistry, TestBase, TestDbgControl,
|
||||
TestDbgTestSuites, TestOutputLogger, TTestWatchUtilities, TestCommonSources,
|
||||
TestDbgConfig, DbgIntfDebuggerBase, DbgIntfBaseTypes, Forms;
|
||||
TestDbgConfig, DbgIntfDebuggerBase, DbgIntfBaseTypes;
|
||||
|
||||
type
|
||||
|
||||
|
@ -285,7 +285,7 @@ begin
|
||||
NamePostFix := NamePostFix + NewExeID;
|
||||
end;
|
||||
|
||||
AnExeName := ExePath + AnExeName + SymbolTypeNames[SymbolType] + '_' + NameToFileName(Self.Name) + NamePostFix + GetExeExt;
|
||||
AnExeName := ExePath + AnExeName + '_'+IntToStr(GetProcessID)+'_'+ SymbolTypeNames[SymbolType] + '_' + NameToFileName(Self.Name) + NamePostFix + GetExeExt;
|
||||
|
||||
{$IFDEF windows}
|
||||
ExtraArgs := ExtraArgs + ' -WG';
|
||||
|
Loading…
Reference in New Issue
Block a user