-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Publish lib_lightgbm.dll symbols to Microsoft Symbols Server #1725
Comments
@eerhardt is referring to the public symbol server, not the internal one. This will be consistent with what we do for ML.NET, .NET Core, etc. In all these cases we publicly post the non-stripped (complete) symbols. |
ping @guolinke |
1 similar comment
ping @guolinke |
very sorry for the late response. |
That section is about how users are able to download the symbols in order to debug/profile. There is a section below titled The process we use to publish ML.NET's symbols is in our official build script: which calls into some MSBuild code: In order to use those scripts, you need to set up a security token/secret in the official build to allow publishing the symbols to the server. One question about the LightGBM NuGet package, is it an official Microsoft distributed binary? I see it isn't owned by Microsoft on nuget.org, but this repo is in the Microsoft github org. So it is a bit confusing on whether this is a Microsoft asset or not. Another option (if that NuGet package isn't considered an official Microsoft product/library), is to put the symobls in a .zip or .tar.gz file on the |
Closed in favor of being in #2302. We decided to keep all feature requests in one place. Welcome to contribute this feature! Please re-open this issue (or post a comment if you are not a topic starter) if you are actively working on implementing this feature. |
When using the lib_lightgbm.dll from https://www.nuget.org/packages/LightGBM/, and either trying to debug or perf profiling, I am not able to load symbols for this assembly.
We should publish the symbols for this assembly to the Microsoft Symbols Server, so others will be able to debug and profile correctly.
The text was updated successfully, but these errors were encountered: