Coder Social home page Coder Social logo

trellixvulnteam / v8-inspector_xe41 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yury-s/v8-inspector

0.0 0.0 0.0 139 MB

V8 inspector backend

License: Other

Shell 0.28% JavaScript 15.52% Ruby 0.01% C++ 70.91% Scheme 0.01% Python 10.33% C 0.55% Emacs Lisp 0.03% Objective-C 0.12% Java 0.49% Lua 0.01% Go 0.01% C# 0.07% Assembly 0.01% CSS 0.02% nesC 0.01% Objective-C++ 0.21% Swift 0.01% Makefile 0.03% HTML 1.40%

v8-inspector_xe41's Introduction

V8 inspector backend

This is an experiment with intent to add debugging capabilities to V8. The UI part is supposed to be regular Chrome DevTools talking to the v8 inspector via the remote debugging protocol.

All of the code was forked from Chromium r330774 (be901d619720e6d9f23e1585a5039079877e9d30), Blink r195622(1d565c27217eeadb958cf702dc526f4b06bf8447) and V8 r4.5.7(73ef6572a4e79f51f4591d3f76b61a8d1ac75ba5).

Build & run

Prerequisites - see Chromium prerequisites. This is all Linux-only at the moment. At the root of the repository run the following scrip:

$ ./tools/gyp_v8inspector.py
$ ninja -C out/Release/ v8inspector_main -j100

Run script with remote debugging enabled:

$ ./out/Release/v8inspector_main test.js

The command will execute the script passed as the argument and start to wait for remote debugger connection on port 2015. To connect with DevTools, run Chromium and navigate it to the following URL:

chrome-devtools://devtools/bundled/inspector.html?ws=localhost:2015

DevTools UI will load in the tab and connect to the running V8 instance.

v8-inspector_xe41's People

Contributors

trellixvulnteam avatar yury-s avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.