gpt4 book ai didi

razor - 在 Visual Studio 2012 中的 Razor 文件中设置断点

转载 作者:行者123 更新时间:2023-12-02 22:16:24 28 4
gpt4 key购买 nike

在 Visual Studio 2012 中,我试图在我的 razor (.cshtml) 文件中设置断点,但每次我尝试时,它都说断点不能是 ser,否则我会收到以下错误消息:

无法设置以下断点:...公共(public)语言运行库无法设置断点。

最佳答案

我发现在我的 web.config 中有以下行:

<compilation 
debug="true" targetFramework="4.0"
assemblyPostProcessorType="Microsoft.VisualStudio.Enterprise.Common.AspPerformanceInstrumenter, Microsoft.VisualStudio.Enterprise.AspNetHelper, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

assemblyPostProcessorType 属性导致了问题。我假设它对中断调试的动态生成的 Razor 程序集做了一些事情。

所以我简单地删除了该属性以获取:

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

关于razor - 在 Visual Studio 2012 中的 Razor 文件中设置断点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14386751/

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