- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我创建新的 Azure 解决方案(具有 Web 角色和辅助角色)时,向 Default.aspx.cs 文件添加一行代码,在其中放置一个断点,然后在 Development Fabric 中启动调试,当断点被命中,我查看 Intellitrace 选项卡,遇到以下错误消息:
Intellitrace is not collecting data for this debugging session. The project type may not be supported or the process you are debugging may have been either attached to or launched with IntelliTrace disabled. Restarting the debugging session within Visual Studio may solve this. Please note that IntelliTrace is not supported when attaching to a process that is already running. If you have selected a custom location for InteliTrace [sic] recordings, please make sure it is writable by the process being debugged.
我之前创建的其他 Azure 解决方案也会出现此问题。当我创建标准 ASP .Net Web 应用程序时,我可以毫无困难地使用 IntelliTrace。我已经尝试过这种方法,既没有为 IntelliTrace 记录选择自定义位置,也没有使用与标准 ASP .Net Web 应用程序相同的位置。我也尝试重新启动计算机。我还重新安装了 Windows Azure SDK。由于担心启用 SQL Server 调试时 IntelliTrace 可能无法工作,我确保在辅助角色上禁用 SQL Server 调试(在项目设置的“调试”标记中具有此选项的唯一项目)。
关于这个问题最接近的资源是 on the MSDN forums 。答案尚不清楚。它指出,“对于本地,您可以启用 IntelliTrace,但您必须手动添加该加载项。”什么是加载项?手动添加加载项意味着什么?那里的答案也指this blog post ,但这仅讨论如何为已部署到 Windows Azure 云的应用程序启用 IntelliTrace,并没有解决在 Development Fabric 中使用 IntelliTrace 的问题。
最佳答案
Intellitrace 不适用于本地开发结构。您必须部署应用程序才能使 Intellitrace 正常工作。有关调试 Azure 应用程序的更多信息 here .
关于azure - 如何在 Azure Development Fabric 中使用 IntelliTrace?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5825387/
我是一名优秀的程序员,十分优秀!