-
I am newb to use CodeLLDB extension of VSCode, I try to debug v8 project by lldb. Which OS: MacOS 11.6 Here is my configs:
The I have read vscode-lldb/wiki/Breakpoints-are-not-getting-hit,
So, it seems that the binary file was compiled with debug symbols. Also, when I use command-line lldb to debug, I breakpoint works fine:
So, it seems like the binary file is debuggable for command-line lldb but not debuggable for our vscode-lldb tool? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Please see this: https://github.com/vadimcn/vscode-lldb/wiki/Breakpoints-are-not-getting-hit |
Beta Was this translation helpful? Give feedback.
Please see this: https://github.com/vadimcn/vscode-lldb/wiki/Breakpoints-are-not-getting-hit