| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.types.domdebugger |
| Modifier and Type | Method and Description |
|---|---|
void |
DOMDebugger.removeDOMBreakpoint(Integer nodeId,
DOMBreakpointType type)
Removes DOM breakpoint that was set using `setDOMBreakpoint`.
|
void |
DOMDebugger.setDOMBreakpoint(Integer nodeId,
DOMBreakpointType type)
Sets breakpoint on particular operation with DOM.
|
| Modifier and Type | Method and Description |
|---|---|
static DOMBreakpointType |
DOMBreakpointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DOMBreakpointType[] |
DOMBreakpointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.