v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Classes | Namespaces | Macros | Enumerations
debugger.h File Reference
#include <websocketpp/config/asio_no_tls.hpp>
#include <websocketpp/server.hpp>
#include <string>
#include <sstream>
#include <fmt/ostream.h>
#include <v8-debug.h>
#include <v8-inspector.h>
#include <nlohmann/json.hpp>
#include "javascript.h"
Include dependency graph for debugger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8toolkit::WebsocketChannel
 
class  v8toolkit::DebugContext
 

Namespaces

 v8toolkit
 

Macros

#define V8TOOLKIT_DEBUGGING_ACTIVE
 

Enumerations

enum  { v8toolkit::kDebugIdIndex = v8::Context::kDebugIdIndex, v8toolkit::kModuleEmbedderDataIndex, v8toolkit::kInspectorClientIndex }
 

Macro Definition Documentation

#define V8TOOLKIT_DEBUGGING_ACTIVE

Definition at line 3 of file debugger.h.