Skip to content

Enable Source Level Debug through Visual Studio Code on Linux

Shi Steven edited this page Sep 28, 2020 · 3 revisions

Install the Visual Studio Code on Linux

https://code.visualstudio.com/docs/setup/linux

sudo snap install --classic code

Launch the VS Code in Linux:

Follow the steps in below link to install Putty, VcXsrv Windows X Server and forward the X11:

https://github.com/shijunjing/edk2/wiki/Eclipse-source-level-debug-linux-projects-from-windows-remotely#install-putty-in-windows-machine

Microsoft C/C++ extension

https://vscode.readthedocs.io/en/latest/languages/cpp/

Clone this wiki locally