Need help setting up nvim-dap for c++ #1054
-
When I run the debugger, the debugger does not stop at the breakpoint, here is my config file, can anyone help me out please ? |
Beta Was this translation helpful? Give feedback.
Answered by
ochsavidare
Oct 13, 2023
Replies: 2 comments 65 replies
-
Did you compile with debug symbols? |
Beta Was this translation helpful? Give feedback.
64 replies
-
![]() |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The -O2 flag sets the optimization level, so removing that