Search code examples
remote-debuggingv8embedded-v8

How to setup Google's v8 javascript standalone engine for remote debugging?


How do I setup/build/run a Google's V8 Engine so that I can call a sample javascript file and see it interpreted step by step all the way down to C++ code?


Solution

  • Update: this is how it used to be.

    V8 wiki page provides sample "lineprocessor.cc" program that runs custom JavaScript and tells how to enable debugging for these scripts.