You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
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)