mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 02:19:16 +02:00
codetools: fixed search paths for directory debugger
git-svn-id: trunk@23025 -
This commit is contained in:
parent
e959ab8230
commit
34ee8ab50f
@ -4269,8 +4269,8 @@ begin
|
||||
Format(ctsAddsDirToSourcePath,['lcl, components']),
|
||||
ExternalMacroStart+'SrcPath',
|
||||
d(LazarusSrcDir+'/debugger'
|
||||
+LazarusSrcDir+'/debugger/frames'
|
||||
+LazarusSrcDir+'/ide'
|
||||
+';'+LazarusSrcDir+'/debugger/frames'
|
||||
+';'+LazarusSrcDir+'/ide'
|
||||
+';'+LazarusSrcDir+'/ideintf'
|
||||
+';'+LazarusSrcDir+'/components/codetools'
|
||||
+';'+LazarusSrcDir+'/lcl'
|
||||
|
Loading…
Reference in New Issue
Block a user