[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform] Re: Run/Debug configuration persistent location
|
"John J Barton" <johnjbarton@xxxxxxxxxxxxxxx> wrote in message
news:ghrq59$ush$2@xxxxxxxxxxxxxxxxxxxx
> Scott Reed wrote:
> > I would like to share run/debug configurations both between users and
> > between workspaces. Ideally I'd like to save them in our repository but
> > I haven't figured out where they are kept. If there is already a
> > mechanism for exporting/importing them that would be great but if not
> > I'd appreciate knowing where I can find them.
> > Thanks,
> > Scott
> >
> They are in your workspace directory under
> /.metadata/.plugins/org.eclipse.debug.core/.launches
>
> File > Export > Run/Debug > LaunchConfigurations.
>
The easier way is to use the Common tab on the Run Configurations dialog.
If you select Shared file, you can place the launch config in your project.
It can then be checked in with the rest of your source.
Checking out the project will automatically recognize the launch
configuration and add it to the the dialog.
> jjb