Deprecated API

Deprecated Methods
com.ibm.debug.model.DebugEngine.initialize(byte, String, int)
          Use the above version instead. 
com.ibm.debug.model.DebuggeeProcess.monitorStorage(String, Location, DebuggeeThread, int, int, StorageStyle, int, boolean, boolean, int)
            
com.ibm.debug.model.DebuggeeProcess.monitorStorage(String, Location, DebuggeeThread, int, int, StorageStyle, int, int)
          Use the version which takes the new enablement arguments instead. 
com.ibm.debug.model.DebuggeeThread.priority()
          This method is only guaranteed to work with engines at EPDC level 306 and earlier. Use getPriority or getAttributes instead. 
com.ibm.debug.model.DebuggeeProcess.setAddressBreakpoint(String, Location, int, int, int, String, int, int)
          The method setAddressBreakpoint(boolean, String, location, stopEvery, from, to, expr, int, ints) should be used. Same parameters, but with "true" or "false" as the first parm 
com.ibm.debug.model.DebuggeeThread.state()
          This method is only guaranteed to work with engines at EPDC level 306 and earlier. Use getState or getAttributes instead. 
com.ibm.debug.model.DebuggeeThread.systemAssignedID()
          This method is only guaranteed to work with engines at EPDC level 306 and earlier. Use getNameOrTID or getAttributes instead. 
 

Deprecated Constructors
com.ibm.debug.model.DebuggeeAttachOptions(String, int, int, String, boolean)
          Use the above version instead. 
com.ibm.debug.model.DebuggeePrepareOptions(String, String, int, String, boolean, boolean, String)
          Use the above version instead