public interface IPDebugConfiguration
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CPU_NATIVE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getCoreFileExtensions()
Deprecated.
|
java.lang.String[] |
getCPUList()
Deprecated.
|
IPDebugger |
getDebugger()
Get an instance of the debugger defined by this configuration.
|
java.lang.String |
getID()
Get the ID of the debugger
|
java.lang.String[] |
getModeList() |
java.lang.String |
getName()
Get the name of the debugger.
|
java.lang.String |
getPlatform()
Deprecated.
|
boolean |
supportsCPU(java.lang.String cpu)
Deprecated.
|
boolean |
supportsMode(java.lang.String mode)
Test if the debugger support the debug launch mode (run or attach)
|
static final java.lang.String CPU_NATIVE
@Deprecated java.lang.String[] getCoreFileExtensions()
@Deprecated java.lang.String[] getCPUList()
IPDebugger getDebugger() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionjava.lang.String getID()
java.lang.String[] getModeList()
java.lang.String getName()
@Deprecated java.lang.String getPlatform()
@Deprecated boolean supportsCPU(java.lang.String cpu)
cpu - boolean supportsMode(java.lang.String mode)
mode - debugger launch modeCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.