public class BreakpointSynchronizer
extends java.lang.Object
BreakpointSynchronizer.Direction.RESET_REMOTE
allows several synchronization
jobs to different VMs.Modifier and Type | Class and Description |
---|---|
static interface |
BreakpointSynchronizer.BreakpointHelper
Additional interface used by
BreakpointSynchronizer . |
static interface |
BreakpointSynchronizer.Callback |
static class |
BreakpointSynchronizer.Direction
Describes a direction the breakpoint synchronization should be performed in.
|
static class |
BreakpointSynchronizer.ProtocolNotSupportedOnRemote |
Constructor and Description |
---|
BreakpointSynchronizer(JavascriptVm javascriptVm,
ChromiumSourceDirector sourceDirector,
BreakpointSynchronizer.BreakpointHelper breakpointHelper,
java.lang.String debugModelId) |
Modifier and Type | Method and Description |
---|---|
void |
syncBreakpoints(BreakpointSynchronizer.Direction direction,
BreakpointSynchronizer.Callback callback)
The main entry method of the class.
|
public BreakpointSynchronizer(JavascriptVm javascriptVm, ChromiumSourceDirector sourceDirector, BreakpointSynchronizer.BreakpointHelper breakpointHelper, java.lang.String debugModelId)
public void syncBreakpoints(BreakpointSynchronizer.Direction direction, BreakpointSynchronizer.Callback callback)
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.