diff options
Diffstat (limited to 'launch.json')
| -rw-r--r-- | launch.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/launch.json b/launch.json new file mode 100644 index 0000000..c2fecf3 --- /dev/null +++ b/launch.json @@ -0,0 +1,6 @@ +{ + "name": "Launch", + "type": "lldb", + "request": "launch", + "program": "${workspaceFolder}/tools/bin/thread_shit" +}
\ No newline at end of file |
