public interface IDebugController extends IDebugView
| Modifier and Type | Method and Description |
|---|---|
void |
continueExecution() |
void |
removeAllBreakpoints() |
void |
removeBreakpoint(String path,
int row) |
void |
setBreakpoint(String path,
int row) |
void |
skipAllBreakpoints() |
void |
stepInto() |
void |
stepOver() |
finish, onLineChange, refreshBreakpoints, refreshVariables, registervoid stepInto()
void stepOver()
void continueExecution()
void skipAllBreakpoints()
void setBreakpoint(String path, int row)
void removeBreakpoint(String path, int row)
void removeAllBreakpoints()
Copyright © 2010–2018 Eclipse Foundation. All rights reserved.