This is "action" that should be supported by debugger engine.
Result of this action should be some preparation work of this engine.
This work could be empty actually.
( In case of DBGP debugger we need to start server socket listening
for incoming connections handling ).
This interface exists because of absence notification from debugger manager
about ActionsManager.ACTION_START event. |