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