blob: fde1d6e7f37e2c4320d2e290d852b14ae6e548e6 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008 xored software, Inc.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* xored software, Inc. - initial API and Implementation (Alex Panchenko)
*******************************************************************************/
package org.eclipse.dltk.javascript.internal.debug;
import org.eclipse.dltk.debug.core.AbstractDLTKDebugToolkit;
public class JavascriptDebugToolkit extends AbstractDLTKDebugToolkit {
public boolean isAccessWatchpointSupported() {
return true;
}
}