Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.debug.core.cdi
Interface ICDIWatchpointScope

All Superinterfaces:
ICDISessionObject

public interface ICDIWatchpointScope
extends ICDISessionObject

Represents an information provided by the session when a watchpoint is going out of scope.

Since:
Aug 27, 2002

Method Summary
 ICDIWatchpoint getWatchpoint()
          Returns the out of scope watchpoint.
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDISessionObject
getSession
 

Method Detail

getWatchpoint

ICDIWatchpoint getWatchpoint()
Returns the out of scope watchpoint.

Returns:
the watchpoint

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.