Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] programmatically add to the "Source Lookup Path"

You'll need to modify the config's ILaunchConfiguration.ATTR_SOURCE_LOCATOR_MEMENTO attribute. Search around CDT for where that constant is referenced and you'll find code that should give you the insight you're looking for.

John

At 03:12 PM 2/4/2010, Mary Ann Belarmino wrote:
Hi,

In a C project's debug configuration, I want to programmatically add to the "Source Lookup Path" list. Does anyone know how to do this?

Thanks,
MA
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top