Community
Participate
Working Groups
Build Identifier: 20090920-1017 It would be nice if there were a button or option to suspend all processes that are being debugged, for multi process building. Reproducible: Always Steps to Reproduce: 1. Debug multi-launch application 2. Each launch needs to be paused individually 3.
Note that multi-select works - i.e. select both targets and press suspend.
(In reply to comment #1) > Note that multi-select works - i.e. select both targets and press suspend. True- but I can easily end up with 20+ targets, and "select all" selects components which can not be suspended, disabling the button. I therefore need to select each one manually. This is doable, but it would be nice if there was a suspend all feature
I think the more appropriate feature would be to allow grouping of processes under a customizable element where you can dnd a set of desired targets. This could be implemented by individual debuggers though. Is this a request for the java debugger?
(In reply to comment #3) > I think the more appropriate feature would be to allow grouping of processes > under a customizable element where you can dnd a set of desired targets. This > could be implemented by individual debuggers though. When a top level item (not the individual processes) is selected, the pause button is disabled. Could that not remain enabled so all processes under that element can be paused/resumed? > Is this a request for the java debugger? Our intent was for CDT debugging, but the same could potentially hold true for Java debugging
(In reply to comment #4) > Is this a request for the java debugger? > > Our intent was for CDT debugging, but the same could potentially hold true for > Java debugging We are working on a grouping feature for the CDT debugger. Description at: http://wiki.eclipse.org/CDT/MultiCoreDebugWorkingGroup/DebugElementsGrouping and work at bug 336876 Note that this is for a single debug session only. But CDT's debug session now support multi-process: http://wiki.eclipse.org/CDT/User/NewIn80#Multi-process_Debugging
(In reply to comment #5) > We are working on a grouping feature for the CDT debugger. Description at: > http://wiki.eclipse.org/CDT/MultiCoreDebugWorkingGroup/DebugElementsGrouping > and work at bug 336876 The development of Stop Mode debugging is exactly the case we are looking for. The ability to group processes and issue commands to the entire group will solve this issue. Due to bug 336876, this could be considered a duplicate.
> Due to bug 336876, this could be considered a duplicate. Ok, lets dupe it, and if you find that enhancement is not quite working for you we can reopen this one and go from there. *** This bug has been marked as a duplicate of bug 336876 ***