final IHandlerService handlerService = (IHandlerService) site
.getService(IHandlerService.class);
final IContextService contextService = (IContextService) site
.getService(IContextService.class);
handlerService.deactivateHandler(fActivatedHandler);
contextService.deactivateContext(fActivatedContext);
}
@Override
public void debugContextChanged(final DebugContextEvent event) {
if ((event.getFlags() & DebugContextEvent.ACTIVATED) > 0) {