Question

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?

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top