[fpc-devel] How to search units reported by gdb? (fpc and mseide devels please participate)
Martin Schreiber
fpmse at bluewin.ch
Sat Feb 28 09:57:05 CET 2009
On Friday 27 February 2009 15:17:29 Paul Ishenin wrote:
> How this solved by mseide developers?
MSEgui uses includefiles for headers in platform specific units
(msesysintf.pas, mseguiintf.pas) only, so there are not many include files in
the MSEgui framework and the names are unique.
In order to search files which are reported by gdb MSEide uses the absolute
path if available. If not found it searches relative to the make directory
('Project'-'Options'-'Make'-'Make Directory'). If not found it scans the
listed directories in 'Project'-'Options'-'Debugger'-'Source directories'
where ? and * wildcards can be used.
Martin
More information about the fpc-devel
mailing list