V8 Inspector Example Save

V8 Inspector example

Project README

V8 Inspector example

This repository contains a very simple example how to use a standalone V8 Inspector (without Node.js) with ChromeDevTools.

Dependencies

  • V8 9.2.230.20
  • Boost.Beast (for WebSocket communication between ChromeDevTools and V8 Inspector)

Building

$ mkdir build && cd build
$ cmake -DV8_INCLUDE_DIR=../deps/include/ -DV8_MONOLITH_LIB_PATH=../deps/libv8_monolith.a ../
$ make

# Execute the binary
$ ./v8_inspector_example
Open Source Agenda is not affiliated with "V8 Inspector Example" Project. README Source: ahmadov/v8_inspector_example
Stars
41
Open Issues
5
Last Commit
2 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating