PTP
Release 5.0

org.eclipse.ptp.debug.core.model
Interface IJumpToAddress

All Known Subinterfaces:
IPStackFrame

public interface IJumpToAddress


Method Summary
 boolean canJumpToAddress(java.math.BigInteger address)
          Returns whether this operation is currently available for this element.
 void jumpToAddress(java.math.BigInteger address)
          Causes this element to resume the execution at the specified address.
 

Method Detail

canJumpToAddress

boolean canJumpToAddress(java.math.BigInteger address)
Returns whether this operation is currently available for this element.

Returns:
whether this operation is currently available

jumpToAddress

void jumpToAddress(java.math.BigInteger address)
                   throws org.eclipse.debug.core.DebugException
Causes this element to resume the execution at the specified address.

Throws:
org.eclipse.debug.core.DebugException - on failure. Reasons include:

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.