mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 16:55:55 +02:00
IDE: debugger: removed unneeded path delim fix in TDebugManager.GetFullFilename
git-svn-id: trunk@18929 -
This commit is contained in:
parent
4ba2b2770c
commit
9c1c4073f2
@ -1140,7 +1140,7 @@ begin
|
||||
|
||||
// some debuggers (e.g. gdb) sometimes returns linux path delims under windows
|
||||
// => fix that
|
||||
Filename := TrimFilename(SwitchPathDelims(Filename,pdsSystem));
|
||||
Filename := TrimFilename(Filename);
|
||||
SrcFile := Filename;
|
||||
SrcFile := MainIDE.FindSourceFile(SrcFile,Project1.ProjectDirectory,
|
||||
[fsfSearchForProject,fsfUseIncludePaths,fsfUseDebugPath]);
|
||||
|
Loading…
Reference in New Issue
Block a user