'How do I load symbols from a shared libary using CodeLLDB adapter for gdb debugging?
I debug C++ code in Vim using vimspector.
I was exploring on the differences between vscode-cpptools and CodeLLDB adapters, but I haven't found how I can load symbols from shared libraries when using the latter.
For comparison, when I use the former, I can enter -exec shared some_lib.so at the consol to load the symbols.
How do I do the same when using CodeLLDB?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
