Package | Description |
---|---|
org.eclipse.wst.jsdt.chromium |
Main package of ChromDevTools SDK API.
|
Modifier and Type | Method and Description |
---|---|
void |
DebugContext.continueVm(DebugContext.StepAction stepAction,
int stepCount,
DebugContext.ContinueCallback callback)
|
RelayOk |
DebugContext.continueVm(DebugContext.StepAction stepAction,
int stepCount,
DebugContext.ContinueCallback callback,
SyncCallback syncCallback)
Resumes the JavaScript VM execution using a "continue" request.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.