|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPDebugConfiguration
Interface used to represent a debugger configuration.
| Field Summary | |
|---|---|
static java.lang.String |
CPU_NATIVE
|
| Method Summary | |
|---|---|
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) |
| Field Detail |
|---|
static final java.lang.String CPU_NATIVE
| Method Detail |
|---|
@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 mode
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||