Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Adding path-map programmatically in source tab

Thanks Mikhail. I've solved this problem

Warm Regards,
JP 

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Mikhail Khodjaiants
Sent: Thursday, September 22, 2005 8:50 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Adding path-map programmatically in source tab

You can use the "org.eclipse.debug.core.sourcePathComputers" extension
point to define your own source path computer. It should replace the one
provided by CDT.
See
org.eclipse.cdt.debug.internal.core.sourcelookup.CSourcePathComputerDele
gate
for details.

----- Original Message -----
From: "Logantha, Jayaprakash (STSD)" <jayaprakash.logantha@xxxxxx>
To: <cdt-dev@xxxxxxxxxxx>
Sent: Thursday, September 22, 2005 1:21 AM
Subject: [cdt-dev] Adding path-map programmatically in source tab


> Hi,
>
> I have written my own run/debug launch configuration which require
> path-mapping.  I am adding this mapping manually to launch it. Is
there
> any way to add it in source tab programmatically? Please see the
> attached image to get idea about how the source tab looks like for my
> launch configuration.
>
> Sorry for the wide distribution.
>
> Thanks,
> JP
>
> 

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


Back to the top