Need help configuing dap to debug C++ code #849
Unanswered
AlphabetsAlphabets
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a few issues I have.
[b
no breakpoint appears. When I run:nmap [b
it shows that there are no maps for[b
that exist. These are the maps for dap that I have defined.These maps are defined inside of
debug.lua
. I have required them in myinit.vim
.Given that all of my other maps work I'm not sure why
debug.lua
isn't being sourced, it just doesn't make sense. This is what thedebug.lua
file looks like and it is made using instructions from here.This is in a file called
debug.lua
.In my configs for I clearly do have
cpp
configured. I've seen some other configs for c++ I've managed to find and we have the same content aside from a few things so I'm not sure what's the issue here. There is one more thing I think I should add. I rancodelldb --port 13000
. Problem is there is no output. I have no idea if I do actually get codelldb to start at port 13000. I have no clue if this is a problem wiht codelldb or not. Any help is appreciated, thanks :DBeta Was this translation helpful? Give feedback.
All reactions