On Sunday 22 March 2015 10:06:54 Graeme Geldenhuys wrote:
>
> Then in your project's Debugger settings add the following.
>
>   ${FPCDIR}/src/rtl/*/
>
This searches one sub-level only. In order to search also in nested sub 
directories "/**/" can be used. It does not  work in "rtl" because of the 
platform specific files with the same name in different sub directories.

"dir/***/" is equivalent to
"
dir/
dir/**/
"
-> files are searched in "dir" and all sub-directories.

Martin

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to