Interface IResumeOthersHandler

All Superinterfaces:
IDebugCommandHandler

public interface IResumeOthersHandler extends 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