gpt4 book ai didi

asp.net-mvc-4 - 在 .cshtml 文件中设置断点 - VS2013

转载 作者:行者123 更新时间:2023-12-05 00:25:48 31 4
gpt4 key购买 nike

我需要在我的 razor .cshtml View 中查看传递给模型的值。

我尝试设置断点或写入调试,但都不起作用。

我处于 Debug模式,也有

    <compilation debug="true" targetFramework="4.5" />

web.config
如何调试 View C# 代码?

enter image description here

最佳答案

您可以在 .cshtml 文件的服务器端部分插入这一行:

System.Diagnostics.Debugger.Break();

运行网站时,您将(或至少应该)看到一个系统级对话框,提示您启动 Visual Studio 以调试应用程序(在本例中为 w3wp.exe 进程。)

关于asp.net-mvc-4 - 在 .cshtml 文件中设置断点 - VS2013,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23686566/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com