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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.