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.

PDB story for dotnet store

See original GitHub issue

What is the story regarding symbols for dotnet store? What do we need to do to make sure the PDBs match the DLLs cross-gen’ed by dotnet store? I believe there is an option like /CreatePDB on crossgen.exe which may be relevant here.

cc @Eilon @ramarag @gkhanna79 @eerhardt

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
eerhardtcommented, Apr 26, 2017

In an offline discussion we decided this is required for profiling, and profiling is an important scenario. There is work to be done here - we need to give an option to generate the PDBs when running dotnet store. I’m working on this.

0reactions
eerhardtcommented, May 20, 2017

This work is now complete. Closing.

Read more comments on GitHub >

github_iconTop Results From Across the Web

.NET PDB source embedding and indexing
In .NET development PDB files are artifacts that allow us to debug. Here's how you can upgrade your PDBs to debugging powerhouses.
Read more >
dotnet store command - .NET CLI
The 'dotnet store' command stores the specified assemblies in the runtime package store.
Read more >
git - .NET project--should .dll and .pdb file be included in ...
I'm working on a .NET project with Visual Studio and it's Git extension. Until recently, the whole bin folder was excluded from version...
Read more >
How to Debug and 'Patch' ASP.NET Core MVC Source Code
In this post, I will show you how to debug and possibly edit ASP.NET Core MVC source code, and test your 'patches.
Read more >
Unity Future .NET Development Status
I believe .NET is the only answer. Mono will be history soon and it has no future. And my question is that, are...
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