how to improve that codelldb consumes a large amount of CPU #1169
Replies: 1 comment 3 replies
-
Which build target? If compiling for -msvc, be aware that LLDB's support for MS PDB debug info had always been sketchy. For example, it does not implement incremental loading of the debug info, which could explain what you are observing. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to debug Lapce on Windows, codelldb consumes a large amount of CPU, and I have to wait for it to decrease before I can operate, which takes a long time. How can I improve this situation?
launch configuration
Beta Was this translation helpful? Give feedback.
All reactions