Skip to content

Commit

Permalink
Merge pull request #50 from ToolmanP/main
Browse files Browse the repository at this point in the history
fix: do not default gdb path
  • Loading branch information
ToolmanP authored Oct 29, 2024
2 parents e5461f1 + 53f4756 commit 4bdbbcc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Lab1/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
},
],
"MIMode": "gdb",
// "miDebuggerPath": "/path/to/your gdb",
"targetArchitecture": "arm64",
"miDebuggerServerAddress": "localhost:1234",
"miDebuggerPath": "/usr/local/bin/gdb",
"preLaunchTask": "Setup QEMU"
}
]
}
}
4 changes: 2 additions & 2 deletions Lab2/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
},
],
"MIMode": "gdb",
// "miDebuggerPath": "/path/to/your gdb",
"targetArchitecture": "arm64",
"miDebuggerServerAddress": "localhost:1234",
"miDebuggerPath": "/usr/local/bin/gdb",
"preLaunchTask": "Setup QEMU"
}
]
}
}
4 changes: 2 additions & 2 deletions Lab3/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
},
],
"MIMode": "gdb",
// "miDebuggerPath": "/path/to/your gdb",
"targetArchitecture": "arm64",
"miDebuggerServerAddress": "localhost:1234",
"miDebuggerPath": "/usr/local/bin/gdb",
"preLaunchTask": "Setup QEMU"
}
]
}
}
4 changes: 2 additions & 2 deletions Lab4/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
},
],
"MIMode": "gdb",
// "miDebuggerPath": "/path/to/your gdb",
"targetArchitecture": "arm64",
"miDebuggerServerAddress": "localhost:1234",
"miDebuggerPath": "/usr/local/bin/gdb",
"preLaunchTask": "Setup QEMU"
}
]
}
}
4 changes: 2 additions & 2 deletions Lab5/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
},
],
"MIMode": "gdb",
// "miDebuggerPath": "/path/to/your gdb",
"targetArchitecture": "arm64",
"miDebuggerServerAddress": "localhost:1234",
"miDebuggerPath": "/usr/local/bin/gdb",
"preLaunchTask": "Setup QEMU"
}
]
}
}

0 comments on commit 4bdbbcc

Please sign in to comment.