Package org.eclipse.emf.mwe.ui.debug.processing

Interface Summary
PluginAdapter An adapter to the MWE debug model that handle all element type specific activities on the Eclipse side.
That is breakpoint handling and assignment of the right editor for source lookup.
 

Class Summary
PluginExtensionManager This class handles all handler and adapter extensions provided by other eclipse plugins.
It is implemented as a singleton, that is instantiated at first usage, what could be breakpoint toggling or debugger run.
The plugin adapters are collected at instantiation time, all handlers and runtime adapters will be collected during init, since they depend on the existence of a DebugModelManager.
Since there is a new DebugModelManager for every debugger run, the init method will be called multiple times.