public static interface BreakpointTypeExtension.ScriptRegExpSupport
JavascriptVm.setBreakpoint(org.eclipse.wst.jsdt.chromium.Breakpoint.Target, int, int, boolean, java.lang.String, org.eclipse.wst.jsdt.chromium.JavascriptVm.BreakpointCallback, org.eclipse.wst.jsdt.chromium.SyncCallback)
is
called, breakpoint will be set on every script currently loaded in VM whose name matches.
E.g. you can safely set a breakpoint before the script is actually loaded.Modifier and Type | Interface and Description |
---|---|
static interface |
BreakpointTypeExtension.ScriptRegExpSupport.Visitor<R>
Additional interface that user visitor may implement for
Breakpoint.Target.accept(org.eclipse.wst.jsdt.chromium.Breakpoint.Target.Visitor<R>)
method. |
Modifier and Type | Method and Description |
---|---|
Breakpoint.Target |
createTarget(java.lang.String regExp) |
Breakpoint.Target createTarget(java.lang.String regExp)
regExp
- JavaScript RegExpCopyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.