Skip to content

Commit

Permalink
嵌入源代码到符号优化调试
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Jun 15, 2024
1 parent 43914cd commit 0145fde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
<!-- 输出符号文件 -->
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<!-- 嵌入源代码到符号文件,方便调试 -->
<EmbedAllSources>true</EmbedAllSources>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 0145fde

Please sign in to comment.