Skip to content

Commit

Permalink
Update dap binary
Browse files Browse the repository at this point in the history
  • Loading branch information
kuznetsss committed May 13, 2024
1 parent 0867d01 commit 944b008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/setup_dap.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local dap = require 'dap'
dap.adapters.lldb = {
type = 'executable',
command = '/opt/homebrew/opt/llvm@17/bin/lldb-vscode',
command = '/opt/homebrew/opt/llvm@18/bin/lldb-dap',
name = 'lldb',
}

Expand Down

0 comments on commit 944b008

Please sign in to comment.