Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Where are program arguments stored in eclipse?

You can change where it is stored, to be local to the project, by selecting the Common tab of the Launch configuration


On 1 Dec 2013, at 13:36, Peng Yu <pengyu.ut@xxxxxxxxx> wrote:

> Hi,
> 
> I don't see which file such information is saved. Do you know the file? Thanks.
> 
> ~/Documents/workspace/.metadata$ ls
> version.ini
> ~/Documents/workspace/.metadata$ cat version.ini
> org.eclipse.core.runtime=1
> 
> On Sun, Dec 1, 2013 at 7:02 AM, Axel Müller <axel.carl.mueller@xxxxxxxxx> wrote:
>> Hi,
>> the Launch Configurations (Run/Debug) are stored directly in the workspace.
>> It is possible to export/import them (Menu File->Import/Export).
>> 
>> Axel
>> 
>> 
>> 2013/12/1 Peng Yu <pengyu.ut@xxxxxxxxx>
>>> 
>>> Hi,
>>> 
>>> I have a Makefile based C++ project. In Run Configurations, I
>>> specified program arguments. After I restart eclipse, this information
>>> still exists. I'm wondering this information is stored. I don't find
>>> it in .cproject, .project and .settings. Thanks.
>>> 
>>> --
>>> Regards,
>>> Peng
>>> _______________________________________________
>>> cdt-dev mailing list
>>> cdt-dev@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>> 
>> 
>> 
>> 
>> --
>> Dr. Axel Müller
>> Lorbeerweg 8
>> 76149 Karlsruhe
>> 
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>> 
> 
> 
> 
> -- 
> Regards,
> Peng
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top