Created
June 6, 2021 07:51
-
-
Save LinArcX/a017713378aa480c0c9daa599de345df to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"configurations": [ | |
{ | |
"type": "lldb-vscode", | |
"request": "launch", | |
"name": "Test dap-lldb", | |
"program": "${workspaceFolder}/main", | |
"cwd": "${workspaceFolder}", | |
"args": [], | |
"externalConsole": true, | |
"stopAtEntry": true, | |
"MIMode": "lldb", | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment