Package | Description |
---|---|
org.eclipse.wst.jsdt.chromium.debug.core.model | |
org.eclipse.wst.jsdt.chromium.debug.ui.launcher |
Modifier and Type | Method and Description |
---|---|
static JavascriptVmEmbedder.ConnectionToRemote |
JavascriptVmEmbedderFactory.connectToStandalone(java.lang.String host,
int port,
NamedConnectionLoggerFactory connectionLoggerFactory) |
static JavascriptVmEmbedder.ConnectionToRemote |
JavascriptVmEmbedderFactory.connectToWipBrowser(java.lang.String host,
int port,
WipBackend backend,
NamedConnectionLoggerFactory browserLoggerFactory,
NamedConnectionLoggerFactory tabLoggerFactory,
WipTabSelector tabSelector) |
Modifier and Type | Method and Description |
---|---|
static boolean |
DebugTargetImpl.attach(DebugTargetImpl debugTargetImpl,
JavascriptVmEmbedder.ConnectionToRemote remoteServer,
DestructingGuard destructingGuard,
java.lang.Runnable attachCallback,
IProgressMonitor monitor)
Loads browser tabs, consults the
selector which of the tabs to
attach to, and if any has been selected, requests an attachment to the tab. |
Modifier and Type | Method and Description |
---|---|
protected JavascriptVmEmbedder.ConnectionToRemote |
WipLaunchType.createConnectionToRemote(java.lang.String host,
int port,
ILaunch launch,
boolean addConsoleLogger) |
protected JavascriptVmEmbedder.ConnectionToRemote |
StandaloneV8LaunchType.createConnectionToRemote(java.lang.String host,
int port,
ILaunch launch,
boolean addConsoleLogger) |
protected abstract JavascriptVmEmbedder.ConnectionToRemote |
LaunchTypeBase.createConnectionToRemote(java.lang.String host,
int port,
ILaunch launch,
boolean addConsoleLogger) |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.