│ │ └── C@@gnu@msys64@mingw64@lib@clang@16@include@vadefs.h.blob │ └── C@@Users@dev@Desktop@gnuwin@testProject@cpp │ ├── src@hello.cpp │ └── src@hello.cpp.blob ├── .nvim │ └── nvim-dap.lua ├── CMakeLists.txt ├── bin │ └── hello.exe ...
(lldb) b main Breakpoint 1: where = hello.exe`main + 22 at hello.cpp:148:5, address = 0x0000000140001676 (lldb) r (lldb) Process 4052 launched: 'C:\Users\dev\Desktop\cpp\bin\hello.exe' (x86_64) Process 4052 stopped * thread #1, stop reason = breakpoint 1.1 frame #0: 0x00007...
command = '/home/username/.local/share/extension/debugAdapters/bin/OpenDebugAD7', } dap.configurations.cpp = { { name = "Launch file", type = "cppdbg", request = "launch", cwd = '${workspaceFolder}', program = '${workspaceFolder}', stopOnEntry = true, }, { name = 'Attach...
Updated the setup method, making the opts argument optional, thus removing the need to pass an empty table when calling the method without any customization. Bugfixes Removed the direct reference between C and CPP configurations, preventing incompatible configurations from being displayed for either lan...
4.1 init.vim 将init.vim放置到下面 :echostdpath('config') ~\AppData\Local\nvim 4.2 plug https://github.com/junegunn/vim-plug 将plug.vim放置到下面 ~\AppData\Local\nvim-data\site\autoload 4.3 :PlugInstall 4.3.1 网络问题 git proxy ...
PS C:\Users\dev\Desktop\cpp> cd .\build\ PS C:\Users\dev\Desktop\cpp\build> cmake .. -DCMAKE_BUILD_TYPE=Debug -- Building for: Ninja -- The C compiler identification is GNU 12.2.0 -- The CXX compiler identification is GNU 12.2.0 -- Detecting C compiler ABI info -- Detecting ...
(function_definition) @function", cpp = "(function_definition) @function", c = "(function_definition) @function", java = "(method_declaration) @function", go = "(method_declaration) @function" } } }, swap = { enable = enable, swap_next = { ["<leader>a"] = "@parameter.inner" ...