aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorChristopher Uhlig2024-07-22 14:32:22 +0200
committerChristopher Uhlig2024-07-22 14:32:22 +0200
commitf10ae66023d98d0f6ce43b8cbf80a769d464d472 (patch)
tree11fac3a078392c33d57b6bd23880ecbe7b0e46a8 /.vscode/launch.json
parent8905d3bdbb8474274ed788791c50ed8107ba07a5 (diff)
downloadminishell-f10ae66023d98d0f6ce43b8cbf80a769d464d472.tar.gz
minishell-f10ae66023d98d0f6ce43b8cbf80a769d464d472.zip
debugger minishell
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..ecd0fa2
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,13 @@
+{
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "name": "C/C++ Runner: Debug Session",
+ "type": "lldb",
+ "request": "launch",
+ "args": [],
+ "cwd": "/Users/chuhlig/Desktop/minishell/",
+ "program": "/Users/chuhlig/Desktop/minishell/minishell"
+ }
+ ]
+} \ No newline at end of file