PTP
Release 5.0

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

All Known Subinterfaces:
IPStackFrame

public interface IRunToAddress

Provides the ability to run a debug target to the given address


Method Summary
 boolean canRunToAddress(java.math.BigInteger address)
          Returns whether this operation is currently available for this element.
 void runToAddress(java.math.BigInteger address, boolean skipBreakpoints)
          Causes this element to run to specified address.
 

Method Detail

canRunToAddress

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

Returns:
whether this operation is currently available

runToAddress

void runToAddress(java.math.BigInteger address,
                  boolean skipBreakpoints)
                  throws org.eclipse.debug.core.DebugException
Causes this element to run to 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.