Skip to content

Instantly share code, notes, and snippets.

View jinyongp's full-sized avatar
🦄

Park, Jinyong jinyongp

🦄
View GitHub Profile
@jinyongp
jinyongp / launch.json
Last active October 3, 2021 16:56
C++ LLDB Debug launch.json
{
// Manual: https://github.com/vadimcn/vscode-lldb/blob/master/MANUAL.md
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "C++ Debug",
"cwd": "${workspaceFolder}",
"stopOnEntry": false,