Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
ICDISessionObject

public interface ICDIWatchpointTrigger
extends ICDISessionObject

Represents an information provided by the session when a watchpoint is triggered.

Since:
Aug 27, 2002

Method Summary
 String getNewValue()
          Returns the new value of the watching expression.
 String getOldValue()
          Returns the old value of the watching expression.
 ICDIWatchpoint getWatchpoint()
          Returns the triggered watchpoint.
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDISessionObject
getSession
 

Method Detail

getWatchpoint

ICDIWatchpoint getWatchpoint()
Returns the triggered watchpoint.

Returns:
the triggered watchpoint

getOldValue

String getOldValue()
Returns the old value of the watching expression.

Returns:
the old value of the watching expression

getNewValue

String getNewValue()
Returns the new value of the watching expression.

Returns:
the new value of the watching expression

Eclipse CDT
Pre-release 3.0

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