| Package | Description |
|---|---|
| org.eclipse.dirigible.engine.js.debug.model |
| Modifier and Type | Method and Description |
|---|---|
DebugSessionModel |
DebugModel.createSession() |
DebugSessionModel |
DebugModel.getActiveSession() |
DebugSessionModel |
DebugModelFacade.getDebugSessionModel(String user,
String executionId) |
DebugSessionModel |
DebugModel.getSessionByExecutionId(String executionId) |
DebugSessionModel |
DebugModel.getSessionModelById(String sessionId) |
| Modifier and Type | Method and Description |
|---|---|
List<DebugSessionModel> |
DebugModel.getSessions() |
| Modifier and Type | Method and Description |
|---|---|
void |
IDebugView.finish(DebugSessionModel session) |
void |
IDebugView.onLineChange(LinebreakMetadata linebreak,
DebugSessionModel session) |
void |
IDebugView.register(DebugSessionModel session) |
void |
DebugModel.removeSession(DebugSessionModel session) |
void |
DebugModel.setActiveSession(DebugSessionModel activeSession) |
Copyright © 2010–2018 Eclipse Foundation. All rights reserved.