|
org.netbeans.api.debugger/1 1.7.33 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Debugger Core API | |
---|---|
org.netbeans.api.debugger | The NetBeans Debugger Core API definition. |
org.netbeans.spi.debugger | The NetBeans Debugger SPI definition defines interface to Debugger Plug-ins. |
List of APIs:
Added methods:
ActionsManager.postAction(Object)
,
ActionsProvider.postAction(Object, Runnable)
,
These can be used to call and implement asynchronous actions.
Having final modifier for this method can be too obstructive in some cases. I had a problem writing tests.
Breakpoint.getGroupName (), Breakpoint.setGroupName () methods were added. Breakpoint.PROP_GROUP_NAME has been added.
ActionsManager.doAction (...)
,
ActionsProvider.doAction (...)
and
ActionsManagerListener.actionPefrormed (...)
methods
will not return boolean any longer. This parameter was unusefull and it was not posible to
implement it in some meaningful way.
void DebuggerManager.startDebugging (DebuggerInfo)
has been changed to DebuggerEngine[]
DebuggerManager.startDebugging (DebuggerInfo)
. So it returns array of all DebuggerEngines
created for given DebuggerInfo.
|
|
|
The sources for the module are in NetBeans CVS in debuggercore/api directory.
Read more about the implementation in the answers to architecture questions.
|
org.netbeans.api.debugger/1 1.7.33 | |||||||||
PREV NEXT | FRAMES NO FRAMES |