/** * Aptana Studio * Copyright (c) 2012 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the GNU Public License (GPL) v3 (with exceptions). * Please see the license.html included with this distribution for details. * Any modifications to this file must keep this entire header intact. */ package com.aptana.ide.syncing.core; /** * A interface to capture the various scopes available during debugging. These need to match the items in the .options * file at the root of the plugin * * @author Ingo Muschenetz */ public interface IDebugScopes { String DEBUG = SyncingPlugin.PLUGIN_ID + "/debug"; //$NON-NLS-1$ }