Package | Description |
---|---|
org.eclipse.wst.jsdt.debug.core.breakpoints | |
org.eclipse.wst.jsdt.debug.core.jsdi |
Modifier and Type | Interface and Description |
---|---|
interface |
IJavaScriptFunctionBreakpoint
Abstract description of a JavaScript function breakpoint
|
interface |
IJavaScriptLineBreakpoint
Abstract description of a line breakpoint for JavaScript
|
interface |
IJavaScriptLoadBreakpoint
Abstract description of a JavaScript script load breakpoint
|
Modifier and Type | Method and Description |
---|---|
int |
IJavaScriptBreakpointParticipant.breakpointHit(IJavaScriptThread thread,
IJavaScriptBreakpoint breakpoint)
Notification that the given breakpoint has been hit
in the specified thread.
|
int |
IJavaScriptBreakpointParticipant.scriptLoaded(IJavaScriptThread thread,
ScriptReference script,
IJavaScriptBreakpoint breakpoint)
Notification that the given
ScriptReference has been loaded
in the specified thread. |
Modifier and Type | Method and Description |
---|---|
void |
VirtualMachine.updateBreakpoint(IJavaScriptBreakpoint breakpoint)
Update the given
IJavaScriptBreakpoint |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.