org.eclipse.cdt.debug.testplugin
Class CDebugHelper
java.lang.Object
org.eclipse.cdt.debug.testplugin.CDebugHelper
public class CDebugHelper
- extends java.lang.Object
Helper methods to set up a Debug session.
Method Summary |
static org.eclipse.cdt.debug.core.cdi.ICDISession |
createSession(java.lang.String exe)
Creates a ICDISession. |
static org.eclipse.cdt.debug.core.cdi.ICDISession |
createSession(java.lang.String exe,
org.eclipse.cdt.core.model.ICProject project)
Creates a ICDISession. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CDebugHelper
public CDebugHelper()
createSession
public static org.eclipse.cdt.debug.core.cdi.ICDISession createSession(java.lang.String exe)
throws java.io.IOException,
org.eclipse.cdt.debug.mi.core.MIException
- Creates a ICDISession.
- Throws:
java.io.IOException
org.eclipse.cdt.debug.mi.core.MIException
createSession
public static org.eclipse.cdt.debug.core.cdi.ICDISession createSession(java.lang.String exe,
org.eclipse.cdt.core.model.ICProject project)
throws java.io.IOException,
org.eclipse.cdt.debug.mi.core.MIException,
org.eclipse.cdt.core.model.CModelException
- Creates a ICDISession.
- Throws:
java.io.IOException
org.eclipse.cdt.debug.mi.core.MIException
org.eclipse.cdt.core.model.CModelException