Playground to test and debug v8
Steps to debug code
- Open the project in vscode
- .vscode contains the debugging configuration
- Install c++ debugging extension
- Get V8 src code and build it locally
- The V8 directory should be place side by side this project directory