Package | Description |
---|---|
org.eclipse.wst.jsdt.chromium |
Main package of ChromDevTools SDK API.
|
Modifier and Type | Method and Description |
---|---|
static JavascriptVm.ExceptionCatchMode |
JavascriptVm.ExceptionCatchMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JavascriptVm.ExceptionCatchMode[] |
JavascriptVm.ExceptionCatchMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RelayOk |
JavascriptVm.setBreakOnException(JavascriptVm.ExceptionCatchMode catchMode,
GenericCallback<JavascriptVm.ExceptionCatchMode> callback,
SyncCallback syncCallback)
Controls whether VM stops on exceptions. 3 catch modes are supported.
|
Modifier and Type | Method and Description |
---|---|
RelayOk |
JavascriptVm.setBreakOnException(JavascriptVm.ExceptionCatchMode catchMode,
GenericCallback<JavascriptVm.ExceptionCatchMode> callback,
SyncCallback syncCallback)
Controls whether VM stops on exceptions. 3 catch modes are supported.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.