Pintos Project, VScode Debugging Setting
Pintos Project, VScode Debugging Setting 📌 Extension 설치 Native Debug install 📌 .vscode/launch.json Debug C/C++ File 클릭 .vscode/launch.json 생성되면, 수정 { "configurations": [ { "type": "gdb", "request": "attach", "name": "Attach to gdbserver : threads", "executable": "${workspaceRoot}/vm/build/kernel.o", "target": "localhost:1234", "remote": true, "cwd": "${workspaceRoot}", "valuesFormatting": "parse..