Package | Description |
---|---|
org.eclipse.wst.jsdt.debug.core.breakpoints |
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. |
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.