Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我的 ASP.NET 应用程序崩溃时(当它显示默认异常页面时),我希望能够在浏览器中单击调用堆栈的一行,Visual Studio 将在给定行打开代码文件。
你认为有可能吗?也许使用宏/加载项?
您可以使其链接到代码文件并将该代码文件扩展名 mime 类型设置为使用 Visual Studio 作为查看器。
也许。
为什么不将 VisualStudio 附加到 IIS 并将其配置为在抛出异常时中断?