Package | Description |
---|---|
org.eclipse.wst.jsdt.chromium |
Main package of ChromDevTools SDK API.
|
org.eclipse.wst.jsdt.chromium.debug.core.model | |
org.eclipse.wst.jsdt.chromium.debug.core.util | |
org.eclipse.wst.jsdt.chromium.wip |
Contains all WIP-specific interfaces.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BrowserTab
A lightweight abstraction of a remote Browser tab.
|
interface |
StandaloneVm
Abstraction of a remote JavaScript virtual machine which is embedded into
some application and accessed via TCP/IP connection to a port opened by
DebuggerAgent.
|
Modifier and Type | Method and Description |
---|---|
JavascriptVm |
DebugContext.getJavascriptVm() |
Modifier and Type | Method and Description |
---|---|
RelayOk |
IgnoreCountBreakpointExtension.setBreakpoint(JavascriptVm javascriptVm,
Breakpoint.Target target,
int line,
int column,
boolean enabled,
java.lang.String condition,
int ignoreCount,
JavascriptVm.BreakpointCallback callback,
SyncCallback syncCallback)
Sets a breakpoint with the specified parameters.
|
Modifier and Type | Method and Description |
---|---|
JavascriptVm |
JavascriptVmEmbedder.getJavascriptVm() |
JavascriptVm |
ConnectedTargetData.getJavascriptVm() |
Modifier and Type | Method and Description |
---|---|
WorkspaceBridge |
WorkspaceBridge.Factory.attachedToVm(ConnectedTargetData connectedTargetData,
JavascriptVm javascriptVm)
Creates new instance of
WorkspaceBridge when connection to V8 VM is already
established. |
WorkspaceBridge |
VProjectWorkspaceBridge.FactoryImpl.attachedToVm(ConnectedTargetData connectedTargetData,
JavascriptVm javascriptVm) |
Constructor and Description |
---|
BreakpointSynchronizer(JavascriptVm javascriptVm,
ChromiumSourceDirector sourceDirector,
BreakpointSynchronizer.BreakpointHelper breakpointHelper,
java.lang.String debugModelId) |
VProjectWorkspaceBridge(java.lang.String projectName,
ConnectedTargetData connectedTargetData,
JavascriptVm javascriptVm) |
Modifier and Type | Method and Description |
---|---|
JavascriptVm |
ScriptTargetMapping.getJavascriptVm() |
Modifier and Type | Interface and Description |
---|---|
interface |
WipJavascriptVm
WIP-specific extension to
JavascriptVm . |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.