Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [jdt-debug-dev] Breakpoint working sets and launch configurations - i want to do this



> This id from :

> B reakpoint working sets and launch configurations: allow breakpoint
> working sets to be associated with launch configurations for
> automatic enabling/disabling when launching

>  

Meir, this is the bug that describes the feature you are interested in implementing:

        https://bugs.eclipse.org/bugs/show_bug.cgi?id=78723

Since breakpoints (and breakpoint working sets) are fairly transient in nature, and are not generally shared with other users, I think that the "breakpoint set to launch mapping" should be associated with a breakpoint working set (and not a launch configuration). The breakpoints view could have actions to associate a launch with a group and display the launch configuration assocaited with a group. As launches are created/terminated groups would automatically enable/disable their breakpoints. Similarly, newly created breakpoints will have to be enabled/disabled as they are created and added to the default group.

If you want to work on the feature, please re-open the bug and continue the discussion there.

Thanks,

Darin Wright

Back to the top