在Release模式下编译ASP.NET MVC 2应用程序,但有详细的错误消息
再会!
我想在发布模式下编译我的 MVC 应用程序,但在我写入日志的错误消息中包含行号。
这可以通过设置“Build”->“来实现吗?” “高级”-> “调试信息”-> “完整”
调试的默认值为“完整”,发布的默认值为“pdb-only”。
谢谢!
Good day!
I'd like to compile my MVC application in Release mode, but have line numbers in error messages which I write to log.
Can this be achived by setting "Build" -> "Advanced" -> "Debug Info" -> "Full"
Default for Debug is "full", for Release "pdb-only".
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,可以。
另请参阅 在发布模式下从 pdb 获取行号 和 < a href="https://stackoverflow.com/questions/628565/display-lines-number-in-stack-trace-for-net- assembly-in-release-mode">在 .NET 的堆栈跟踪中显示行号发布模式下的装配
Yes it can.
See also Getting line number from pdb in release mode and Display lines number in Stack Trace for .NET assembly in Release mode