com.ibm.etools.systems.as400.debug.protocol
Class PReqBreakpointLine
java.lang.Object
com.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Base
com.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Request
com.ibm.etools.systems.as400.debug.protocol.PReqBreakpointLocation
com.ibm.etools.systems.as400.debug.protocol.PReqBreakpointLine
public class PReqBreakpointLine
- extends PReqBreakpointLocation
This class exists solely to make it a bit easier to construct a line
breakpoint request.
|
Constructor Summary |
PReqBreakpointLine(short attr,
PEveryClause clause,
String moduleName,
String partName,
String fileName,
PStdExpression2 condition,
int threadID,
int bkpID,
String stmtNum,
PStdView context,
String engineData)
Use this ctor to replace a line breakpoint. |
PReqBreakpointLine(short attr,
PEveryClause clause,
String varPtr,
String moduleName,
String partName,
String fileName,
PStdExpression2 condition,
int threadID,
String stmtNum,
PStdView context,
String engineData)
Use this ctor to set a line breakpoint. |
| Methods inherited from class com.ibm.etools.systems.as400.debug.protocol.PReqBreakpointLocation |
bkpAction, bkpAttr, bkpContext, bkpDU, bkpEntryID, bkpID, bkpType, bkpVarInfo, DLLName, everyClause, everyVal, fixedLen, fromVal, getConditionalExpression, getEngineData, getInternalName, includeName, setEntryID, sourceName, statementNumber, toVal, varLen, writeFormattedEPDC |
| Methods inherited from class com.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Base |
bytesAvailable, dumpEPDC, getByteBuffer, getDataInputStream, getEPDCEngineSession, getEPDCVersion, getOffset, getPlatformIdentifier, intAsBytes, markOffset, posBuffer, readChar, readExtString, readInt, readOffset, readShort, readStdString, setEPDCEngineSession, skipBytes, totalBytes, totalBytes, writeChar, writeInt, writeOffset, writeOffsetOrZero, writeShort |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PReqBreakpointLine
public PReqBreakpointLine(short attr,
PEveryClause clause,
String varPtr,
String moduleName,
String partName,
String fileName,
PStdExpression2 condition,
int threadID,
String stmtNum,
PStdView context,
String engineData)
- Use this ctor to set a line breakpoint.
PReqBreakpointLine
public PReqBreakpointLine(short attr,
PEveryClause clause,
String moduleName,
String partName,
String fileName,
PStdExpression2 condition,
int threadID,
int bkpID,
String stmtNum,
PStdView context,
String engineData)
- Use this ctor to replace a line breakpoint.
Copyright 2009 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.