You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears as though no debug symbols for binary packages are provided. It appears as though (at least on MSVC) this will cause the compiler to not provide debug information for any static library code that depends on third party libraries pulled from conan.
Project A (executable)
|- Project B (static library)
|- conan dependency
Project A and B are my own and project B has dependencies that are pulled in from conan.
I can debug project A just fine, however I am not able to step in to or debug any calls into project B, which is a real dealbreaker.
Is there any way we can gain the ability to debug (at least) my own code? Any reason why for debug builds there are no debug symbols provided for debug builds?
The text was updated successfully, but these errors were encountered:
It appears as though no debug symbols for binary packages are provided. It appears as though (at least on MSVC) this will cause the compiler to not provide debug information for any static library code that depends on third party libraries pulled from conan.
Project A and B are my own and project B has dependencies that are pulled in from conan.
I can debug project A just fine, however I am not able to step in to or debug any calls into project B, which is a real dealbreaker.
Is there any way we can gain the ability to debug (at least) my own code? Any reason why for debug builds there are no debug symbols provided for debug builds?
The text was updated successfully, but these errors were encountered: