this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add Launch Option For Run darling-coredump With Debugging

Thomas A eda3a043 bc76af48

+16
+16
.vscode/launch.json
··· 1 + { 2 + // Use IntelliSense to learn about possible attributes. 3 + // Hover to view descriptions of existing attributes. 4 + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 5 + "version": "0.2.0", 6 + "configurations": [ 7 + { 8 + "type": "lldb", 9 + "request": "launch", 10 + "name": "Debug darling-coredump", 11 + "program": "${workspaceFolder}/build/src/hosttools/darling-coredump", 12 + "args": ["core_dump"], 13 + "cwd": "${workspaceFolder}" 14 + } 15 + ] 16 + }