Debugging: clang/lldb/macOS - no symbols for app but symbols loaded in lldb #9867
Unanswered
CryptoCrocodile
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Can you file an issue (bug)? We can also convert this discussion to an Issue for you if you want. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to use vscode to build and debug an app that uses QT. I get symbol information for QT classes, but not for my own classes.
The data in the "variables" panel only shows memory addresses. However, doing a
-exec image lookup -vn MyClassName
shows that there are two locations found where the symbol has been found. Curiously, it's the same location twice.Also, the callstack shows proper symbol names as well.
In any case, this indicates that the symbol is available to the lldb debugger, but not in vscode.
Would love to hear about any suggestions. Thanks!
The following is my launch configuration.
Beta Was this translation helpful? Give feedback.
All reactions