Interface IResumeOthersHandler
- All Superinterfaces:
IDebugCommandHandler
A resume others handler typically resumes all suspended threads associated
with the same debug target, excluding the selected thread.
Clients may implement this interface. The debug platform provides a "Resume Others" action that delegates to this handler interface.
- Since:
- 3.24
-
Method Summary
Methods inherited from interface IDebugCommandHandler
canExecute, execute