public class ChromiumBreakpointAdapter
extends java.lang.Object
Constructor and Description |
---|
ChromiumBreakpointAdapter() |
Modifier and Type | Method and Description |
---|---|
static ChromiumLineBreakpoint |
tryCastBreakpoint(IBreakpoint breakpoint)
The method was updated for org.eclipse.wst.jsdt.debug.* breakpoint
support.
|
static ChromiumLineBreakpoint |
tryCastBreakpointOnAddition(IBreakpoint breakpoint)
The method was created for org.eclipse.wst.jsdt.debug.* breakpoint
support.
|
static ChromiumLineBreakpoint |
tryCastBreakpointOnRemoval(IBreakpoint breakpoint)
The method was created for org.eclipse.wst.jsdt.debug.* breakpoint
support.
|
public static ChromiumLineBreakpoint tryCastBreakpoint(IBreakpoint breakpoint)
ChromiumLineBreakpoint
it works just as it used to -
casts IBreakpoint
to ChromiumLineBreakpoint
. For
JavaScriptBreakpoint
- retrieves ChromiumLineBreakpoint
from the storagejava.lang.NullPointerException
- if JavaScriptBreakpoint
is null#tryCastBreakpointOnAddition tryCastBreakpointOnAddition}
,
https://bugs.eclipse.org/bugs/show_bug.cgi?id=486061
public static ChromiumLineBreakpoint tryCastBreakpointOnAddition(IBreakpoint breakpoint)
JavaScriptBreakpoint
creation new
ChromiumLineBreakpoint
would be created and added to the storage.java.lang.NullPointerException
- if JavaScriptBreakpoint
is nullhttps://bugs.eclipse.org/bugs/show_bug.cgi?id=486061
public static ChromiumLineBreakpoint tryCastBreakpointOnRemoval(IBreakpoint breakpoint)
JavaScriptBreakpoint
removal
ChromiumLineBreakpoint
would be removed from the storage.java.lang.NullPointerException
- if JavaScriptBreakpoint
is nullhttps://bugs.eclipse.org/bugs/show_bug.cgi?id=486061
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.