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?

Open the the help page:
C/C++ Development User Guide > Tasks > Running and debugging projects > Creating or editing a run/debug configuration

http://help.eclipse.org/kepler/topic/org.eclipse.cdt.doc.user/tasks/cdt_t_run_com.htm?cp=9_3_5_0_7

"When you create a run configuration, it is saved with the extension .launch in org.eclipse.debug.core. You can specify an alternate location in which to store your run configuration."

  Axel





2013/12/1 Joost Kraaijeveld <J.Kraaijeveld@xxxxxxxxxx>
On zo, 2013-12-01 at 10:04 -0600, Peng Yu wrote:
> Hi Joost,
>
> > Unless you actually check "File" and give a filename I don't think any
> > file will be written. In my case, checking "File" and given a name
> > results in a file with the given name in my home directory (on Linux).
> > But you will get a message in the console that will point you to the
> > right direction.
>
> If no file is written, why the arguments still exists after I restart eclipse?

argument != file ?

If you are looking for the file that contains the run configurations I
think you have to look in
~/.metadata/.plugins/org.eclipse.debug.core/.launches and than look for
for the project with the correct name.

--
Groeten,

Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
web: www.askesis.nl


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




--
Dr. Axel Müller
Lorbeerweg 8
76149 Karlsruhe

Back to the top