You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been looking into your config and mirroring some parts for my own. I just came across this piece recently. It seems that you are only installing codelldb if you are on a linux system, but not on macOS.
The extension itself seems to exist also for darwin-aarch64, but when I tried building it I ran into some crash regarding lldb-14.0.6 and libcxx-19.1.5.
Do you know of a way to get a codelldb running on macOS, i.e. maybe from the binary releases on GitHub? Or in general, a sane way to get a dap.server correctly configured through nixvim on macOS.
P.S. I have to say the more I look into this dap business with lldb the more confused I get... Apparently lldb-vscode was recently renamed to lldb-dap, which is not (?) the same as codelldb or lldb-server... They sure couldn't have chosen any worse names...
The text was updated successfully, but these errors were encountered:
Sorry, haven't really looked at my debug config in a while. I need to refine it more again. Just started trying to test out enabling it on my mac again and ran into the same build failure which was reported NixOS/nixpkgs#373400 and has current PR to try and fix it up.
I've been looking into your config and mirroring some parts for my own. I just came across this piece recently. It seems that you are only installing
codelldb
if you are on a linux system, but not on macOS.The extension itself seems to exist also for
darwin-aarch64
, but when I tried building it I ran into some crash regardinglldb-14.0.6
andlibcxx-19.1.5
.Do you know of a way to get a
codelldb
running on macOS, i.e. maybe from the binary releases on GitHub? Or in general, a sane way to get adap.server
correctly configured throughnixvim
on macOS.P.S. I have to say the more I look into this
dap
business withlldb
the more confused I get... Apparentlylldb-vscode
was recently renamed tolldb-dap
, which is not (?) the same ascodelldb
orlldb-server
... They sure couldn't have chosen any worse names...The text was updated successfully, but these errors were encountered: