blob: 1a693cc86d2d44a7107c4382dee7a8b71399d4b7 [file] [log] [blame]
Steve Blocka7e24c12009-10-30 11:49:00 +00001// Copyright 2008 the V8 project authors. All rights reserved.
Ben Murdochb8a8cc12014-11-26 15:28:44 +00002// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
Steve Blocka7e24c12009-10-30 11:49:00 +00004
5#ifndef V8_D8_DEBUG_H_
6#define V8_D8_DEBUG_H_
7
8
Ben Murdochb8a8cc12014-11-26 15:28:44 +00009#include "src/d8.h"
10#include "src/debug.h"
Steve Blocka7e24c12009-10-30 11:49:00 +000011
12
13namespace v8 {
14
Ben Murdochb8a8cc12014-11-26 15:28:44 +000015void HandleDebugEvent(const Debug::EventDetails& event_details);
Steve Blocka7e24c12009-10-30 11:49:00 +000016
17} // namespace v8
18
19
20#endif // V8_D8_DEBUG_H_