Andries Bos wrote:
> No, none of these extra components are added to the search path...
> 
> Wouldn't that prevent them to be used within debugging.

No. The search path is where the compiler searches for source and DCU files.

The debugging path is where the debugger looks for source files. I think 
the debugger might _also_ uses the search path.

> I would like
> to use these 3rd party components for debugging problems and as I
> know removing them from the search path, they maybe will not be found
> (e.g. use ctrl + mouse-click to follow a variable)

Ctrl+Click doesn't work while debugging. That's browsing. In addition to 
the search path and the debugging path, there's also a browsing path. 
They can all have separate settings.

The search path is _only_ for use by the compiler and linker. Don't tell 
them about source directories you don't want to have recompiled. Keep 
your source code separate from your DCUs so you don't have to tell the 
compiler about any source code it doesn't really need.

-- 
Rob


-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to