-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Before this change, when using "brew" on macOS CodeLite detected executables (e.g. "clangd") under their versioned path (e.g. "/opt/homebrew/Cellar/llvm-19.1/bin/clangd") However, this approach was error prone since with each version update - the setup in CodeLite was broken (e.g. "clangd" stopped working, since it pointed to a non existing executable) With this fix, CodeLite will no longer search under the "versioned" path, instead it will use the more persistent path (if it exists): "/opt/homebrew/opt/llvm/bin" lldb-dap fix: on macOS, use socket based lldb-dap since using stdio crashes lldb-dap wxdap: updated wxdap to its latest version (which forces C++17 for the project) Signed-off-by: Eran Ifrah <[email protected]>
- Loading branch information
Showing
5 changed files
with
19 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule wxdap
updated
3 files
+0 −4 | CMakeLists.txt | |
+4 −0 | dap/CMakeLists.txt | |
+4 −0 | dbgcli/CMakeLists.txt |