Files
sdk/runtime/bin/dbg_connection_win.cc
T
2012-05-04 16:01:55 +00:00

11 lines
380 B
C++

// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
#include "bin/dbg_connection.h"
void DebuggerConnectionImpl::StartHandler(int port_number) {
FATAL("Debugger wire protocol not yet implemented on Linux\n");
}