Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launch Configuration gets Overridden #797

Open
jGleitz opened this issue Mar 9, 2016 · 2 comments
Open

Launch Configuration gets Overridden #797

jGleitz opened this issue Mar 9, 2016 · 2 comments
Assignees

Comments

@jGleitz
Copy link
Member

jGleitz commented Mar 9, 2016

If I have a Run Configuration that I’ve set up and don’t start it directly, but by clicking “Analyse with Beagle”, my existing Run Configuration is overridden.

This is unfortunate. In this specific example, I use a Java Application Run Configuration to launch the tested code. It is not automatically detected by Beagle. Every time I use “Analyse with Beagle”, I have to set it up again.

I propose that when using the context menu, we look for existing launch configurations that analyse the same portion. If one exist, we use that one instead of creating a new one. If not, we create a new one (because now we won’t override anything)

@jGleitz jGleitz added the bug label Mar 9, 2016
@jGleitz jGleitz added this to the Quality Control milestone Mar 9, 2016
@jGleitz jGleitz added the ready label Mar 9, 2016
@RomanLangrehr
Copy link
Member

I think it would be better, only to reuse launch configurations that were created via the context menu. (So when there is a launch configuration with the same name, just launch this launch configuration istead of overwriting before).

@jGleitz
Copy link
Member Author

jGleitz commented Mar 12, 2016

I think it would be better, only to reuse launch configurations that were created via the context menu.

I don’t know what you mean by that.

To make my point clear: If I launch Beagle through the context menu and it fails (e.g. doesn’t find launch configurations) and I open the created launch configuration and add the launch configurations Beagle shall use and then execute Beagle through the context menu again, I want Beagle to use the edited launch configuration. Right now it’s owerwriting the one I edited. Thus, my changes are lost and Beagle is still not working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants