PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(Messages.getString("MaudeWorkstationGUIPlugin.MAUDE_DEPURACION")); //$NON-NLS-1$
} catch (PartInitException e) {
e.printStackTrace();
}
}
if(state)depuracion.enable();
else depuracion.disable();
}});
}