question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Publish symbols for full-framework amd64 binaries

See original GitHub issue

MSBuild produces MSBuild.exe and MSBuildTaskHost.exe as both 32-bit and 64-bit applications. Currently, Arcade does not publish symbols for the 64-bit copies.

I haven’t fully dug into the problem here. The build produces valid .pdb files for both (portable for MSBuild.exe and legacy for MSBuildTaskHost.exe which targets net35), but they don’t get published.

We manually published the symbols for 16.0 and can continue to do so, so it’d probably be ok if this is fixed only in the release-pipeline symbol publishing, but if we can fix it now that’d be great.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:38 (38 by maintainers)

github_iconTop GitHub Comments

1reaction
rainersigwaldcommented, Jan 10, 2020

artifacts\bin\MSBuild\x64\Release\net472\MSBuild.pdb should match the binary we place in bin\amd64\MSBuild.exe. It doesn’t appear that it is being published–but it didn’t look like that based on a log from when it was working so Ben and I got pretty confused.

1reaction
rainersigwaldcommented, Nov 1, 2019

Seems to be; our insertions keep turning green.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Index sources and publish symbols v2 task
Use this task to index your source code and publish your symbols to a file share or Azure Artifacts symbol server.
Read more >
Publish symbols for debugging - Azure Pipelines
With Azure Pipelines, you can publish your symbols to Azure Artifacts symbol server using the Index sources and publish symbols task.
Read more >
vcruntime140.dll should be made available on Microsoft ...
Hello All,. The Visual C++ team uses centralized symbol publishing mechanisms to push symbols to the Symbol Server and have not published DLLs ......
Read more >
Symbols the Microsoft Way | Random ASCII - WordPress.com
Symbol servers allow developer tools on Windows to automatically find symbols (debug information). All you have to do is adjust the tool's ...
Read more >
Debug your nuget packages thanks to Azure DevOps and ...
Thanks to Azure DevOps supports of private Nuget Feeds and Symbol Indexing, you can even debug the original code in Visual Studio as...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found