Change dotnet build to create portable pdbs by default
See original GitHub issueThe current experience for VS Code users is not ideal for debugging when running on Mac/Linux because you cannot step into a break point until you update project.json
to produce portable pdbs by default.
When dotnet build
is executed it should produce portable pdbs by default if it’s not already configured in project.json
.
Related to dotnet/sdk#6341
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Change dotnet new to create portable pdbs by default #6341
We would like to default this to create portable pdbs when running dotnet build , but after some discussions we feel that is...
Read more >dotnet build command - .NET CLI
The dotnet build command builds a project and all of its dependencies.
Read more >Set debug and release configurations in Visual Studio
In most C++ projects, the default value is $(OutDir)$(TargetName).pdb , which generates .pdb files in the output folder. Generate PDBs for ...
Read more >C# Compiler Options that control code generation
C# Compiler Options to control code generation. The options affect the code ... To change the location of the .pdb file, see PdbFile....
Read more >Create a single file for application deployment - .NET
Single file applications have all related PDB files alongside the application, not bundled by default. If you want to include PDBs inside the ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can you elaborate on the issues? Also, shouldn’t we be fixing those issues in Visual Studio?
Our templates are using portable pdbs by default.