summaryrefslogtreecommitdiffhomepage
path: root/projects/VSCode/.vscode/launch.json
diff options
context:
space:
mode:
authorRay <[email protected]>2019-06-05 00:04:31 +0200
committerRay <[email protected]>2019-06-05 00:04:31 +0200
commitdf7a0582160537f3962a6ab46e1dadc034f56458 (patch)
tree8931a3fe78179e608483810dbac516e84b81fa4a /projects/VSCode/.vscode/launch.json
parent0b7373446d199600db1770374cfa48ec91008dc3 (diff)
downloadraylib-df7a0582160537f3962a6ab46e1dadc034f56458.tar.gz
raylib-df7a0582160537f3962a6ab46e1dadc034f56458.zip
Review projects paths
Diffstat (limited to 'projects/VSCode/.vscode/launch.json')
-rw-r--r--projects/VSCode/.vscode/launch.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/VSCode/.vscode/launch.json b/projects/VSCode/.vscode/launch.json
index be3fa55a..afb54b7f 100644
--- a/projects/VSCode/.vscode/launch.json
+++ b/projects/VSCode/.vscode/launch.json
@@ -23,7 +23,7 @@
}
],
"windows": {
- "miDebuggerPath": "C:/raylib/mingw32/bin/gdb.exe",
+ "miDebuggerPath": "C:/raylib/mingw/bin/gdb.exe",
},
"osx": {
"MIMode": "lldb"
@@ -46,7 +46,7 @@
"MIMode": "gdb",
"windows": {
"program": "${workspaceFolder}/${fileBasenameNoExtension}.exe",
- "miDebuggerPath": "C:/raylib/mingw32/bin/gdb.exe"
+ "miDebuggerPath": "C:/raylib/mingw/bin/gdb.exe"
},
"osx": {
"MIMode": "lldb"