|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResumeWithoutSignal
Provides the ability to resume execution without giving a signal. This is useful when the program stopped on account of a signal and would ordinary see the signal when resumed.
Method Summary | |
---|---|
boolean |
canResumeWithoutSignal()
Returns whether this element can currently be resumed without signal. |
void |
resumeWithoutSignal()
Causes this element to resume its execution ignoring a signal. |
Method Detail |
---|
void resumeWithoutSignal() throws org.eclipse.debug.core.DebugException
org.eclipse.debug.core.DebugException
- on failure. Reasons include:boolean canResumeWithoutSignal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |