public interface WipJavascriptVm extends JavascriptVm
JavascriptVm
.JavascriptVm.BreakpointCallback, JavascriptVm.ExceptionCatchMode, JavascriptVm.ListBreakpointsCallback, JavascriptVm.ScriptsCallback, JavascriptVm.SuspendCallback
Modifier and Type | Method and Description |
---|---|
PermanentRemoteValueMapping |
createPermanentValueMapping(java.lang.String id)
Creates new
PermanentRemoteValueMapping . |
EvaluateToMappingExtension |
getEvaluateWithDestinationMappingExtension() |
detach, enableBreakpoints, getBreakpointTypeExtension, getFunctionScopeExtension, getIgnoreCountBreakpointExtension, getRestartFrameExtension, getScripts, getVersion, isAttached, listBreakpoints, setBreakOnException, setBreakpoint, suspend
PermanentRemoteValueMapping createPermanentValueMapping(java.lang.String id)
PermanentRemoteValueMapping
. If the groups with the
same id already exists, another copy of local caches will be created which
might be undesired result. It is user's responsibility to choose unique group id.EvaluateToMappingExtension getEvaluateWithDestinationMappingExtension()
RemoteValueMapping
; not nullCopyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.