mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
Removed the 'getBreakpoint' method.
This commit is contained in:
parent
dda2bd3297
commit
37e437dfe7
1 changed files with 0 additions and 10 deletions
|
@ -23,16 +23,6 @@ public interface ICBreakpointManager extends ICSessionObject
|
||||||
*/
|
*/
|
||||||
ICBreakpoint[] getBreakpoints() throws CDIException;
|
ICBreakpoint[] getBreakpoints() throws CDIException;
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns the breakpoint associated with the given identifier or
|
|
||||||
* <code>null</code> if no such breakpoint exists.
|
|
||||||
*
|
|
||||||
* @param breakpointId - the breakpoint identifier
|
|
||||||
* @return the breakpoint associated with the given identifier
|
|
||||||
* @throws CDIException on failure. Reasons include:
|
|
||||||
*/
|
|
||||||
ICBreakpoint getBreakpoint( String breakpointId ) throws CDIException;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Deletes the given breakpoint.
|
* Deletes the given breakpoint.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue