blob: 2d4cdb89de43dd7d65ce8d4268692692c2fdde88 [file] [log] [blame]
/*---------------------------------------------------------
* Copyright 2020 The Go Authors. All rights reserved.
* Licensed under the MIT License. See LICENSE in the project root for license information.
*--------------------------------------------------------*/
// This file is for running the godlvdap debug adapter as a standalone program
// in a separate process (e.g. when working in --server mode).
import { GoDlvDapDebugSession } from './goDlvDebug';
GoDlvDapDebugSession.run(GoDlvDapDebugSession);