blob: 533176c77b5d9c96c7f52bc99caa599e81b4c323 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2019 Kichwa Coders Ltd and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
package org.eclipse.cdt.debug.dap.tabs;
import org.eclipse.cdt.launch.ui.CAbstractArgumentsTab;
public class CArgumentsTab extends CAbstractArgumentsTab {
@Override
public String getId() {
return "org.eclipse.cdt.debug.dap.argumentsTab"; //$NON-NLS-1$
}
}