-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symbols are not loaded #195
Comments
I'm not sure how well Klondike handles .net packages built on ecosystems later than .net 4.5, but if you look in your Symbols directory on the filesystem, you should see the files there (e.g. I haven't kept up to date with recent tooling, so it's certainly possible that the Windows Debugger Kit that Klondike uses to process symbols is not compatible with .net standard packages, assemblies and symbols. |
I'm not sure, as I haven't tried much of anything in .net standard. Honestly I'm surprised Klondike works with these newer packages at all. Klondike uses Did you take a look at Klondike.log? There isn't much in the way of diagnostic logging, but if any exceptions are being raised they would show up there. |
No exceptions or something which stands out from the logs. |
One step closer. Added this to .csproj file
Now i can see pdb info is generated after i pushed new package. The only problem that Visual Studio is requesting different path
|
Appears I was going to wrong server that's why url mismatch. After I updated the settings Visual Studio was able to load the symbols. The only problem remains is visual studio crashing when trying to pull the sources to step into but at the same time resharper go to implementation works. So it might be visual studio issue since endpoint works: /api/source/Library.Test/0.3.0/Library.Test/Class1.cs The key settings is this in csproj file. So Klondike still works with .net standard libraries.
|
Created test .nestandard library and pushed to Klondike
In Klondike I can see "Symbols and source code are available for this package."
Configured Visual studio:
When I try to debug I'm getting the following in the symbol load information
IIS logs:
Visual Studio 2017, test library is .net standard 2.0
Klondike: v2.1.1
Windows 10 SDK
The text was updated successfully, but these errors were encountered: