-
As the title says, IDK how to use it. |
Beta Was this translation helpful? Give feedback.
Answered by
ayamir
Jun 17, 2023
Replies: 1 comment 3 replies
-
2023-06-17-10-29-27.mp4 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
vollowx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
g++ test.cpp -g
nvim test.cpp
<F8>
to toggle breakpoint<F6>
to runDapContinue
, fill the prompt content with the executable path and the input args if has.<C-p>
then input "debug", you can see all of shortcut with debug.2023-06-17-10-29-27.mp4