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
{{ message }}
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
Following the tutorials, I create a c++ library(log4cplus) packages, and push them to ProGet.
Both the main and redist packages work perfectly, But the symbol package not.
I can download the pdb file on VS2015, but can't step into the library functions.
After searching, I found that the symbol package's src directory created by CoApp is not correct with this document.
Depends on the document, the src directory should be "src/source file", not "src/native/source file"
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Following the tutorials, I create a c++ library(log4cplus) packages, and push them to ProGet.
Both the main and redist packages work perfectly, But the symbol package not.
I can download the pdb file on VS2015, but can't step into the library functions.
After searching, I found that the symbol package's src directory created by CoApp is not correct with this document.
The text was updated successfully, but these errors were encountered: