Setting up Chrome V8 for Debugging in Windows Platform and Linux Platform
This is my first blog post. Many people struggle with setting up Chrome V8 for learning purposes, which is why I am writing this for anyone who wants to conduct research on Chrome V8. In this post, I will detail how to setting up Chrome V8 on Windows and Linux. Chrome logo from PC World To setting up the Chrome V8 debugging environment, you can do it on a Virtual Machine or a Physical Machine. For better performance, you should set it up on a Physical Machine. Setup Chrome V8 on Windows Platform Requirement for setup: - Microsoft Visual Studio Community - Windows SDK Debugging Tools - Microsoft SDK - Python 3.x During the installation of Microsoft Visual Studio, please select the following features: From the Visual Studio Installer, select these two Workloads: • Desktop Development with C++ • Python Development From the Individual Components window pane, select the following items: • C++ ATL for Latest v143 Build Tools (x86 & x64) • C++ MFC for Latest v143 Build ...