Skip to content

Commit

Permalink
feat: disabled C++ breakpoints added by nvim-dap (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-kulik authored Oct 9, 2024
1 parent 41a4ec9 commit 186f63e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/xcodebuild/integrations/dap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ function M.setup(codelldbPath, loadBreakpoints)
local dap = require("dap")
dap.configurations.swift = M.get_swift_configuration()
dap.adapters.codelldb = M.get_codelldb_adapter(codelldbPath)
dap.defaults.fallback.exception_breakpoints = {}

if loadBreakpoints ~= false then
vim.api.nvim_create_autocmd({ "BufReadPost" }, {
Expand Down

0 comments on commit 186f63e

Please sign in to comment.