Skip to content

XiGuaShuai/v8_inspector_example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

V8 Inspector example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.1%
  • CMake 5.6%
  • TypeScript 2.2%
  • C 1.1%