Contributing the VPG "(Debugging)" Action Set to an Editor
Example
<!-- Associate the action set with the workbench text editor -->
<extension point="org.eclipse.ui.actionSetPartAssociations">
<actionSetPartAssociation targetID="org.eclipse.rephraserengine.ui.DebugActionSet">
<part id="org.eclipse.ui.DefaultTextEditor"/>
</actionSetPartAssociation>
</extension>