visual-studio - Visual Studio Extend IDE - 异常助手

标签 visual-studio exception vs-extensibility

这里的目标是合并 StackOverflow Visual Studio 的异常助手中的常见答案。

<小时/> 我在网上搜索过,但没有运气,我能找到的关于自定义异常助手的唯一信息是下面的这个链接,它显示了如何将链接添加到“故障排除提示”区域:

http://abhijitjana.net/2011/01/07/exception-occurred-get-troubleshooting-tips-from-your-favorites-blogs/

My question is it possible to tap into other areas of the Exception Assistant such as: Actions, View Details?

我还发现添加到故障排除提示区域的链接是有限的:http://social.msdn.microsoft.com/Forums/en/vsx/thread/3b045e98-081c-4540-b27b-3121245e53ee ,

<小时/> 我已经在 Microsoft 的 Visual Studio 建议网站上发布了这个想法,如果您喜欢这个想法,请投票: http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2847295-exception-assistant-exstensibility-to-tap-into-t

<小时/>

更新(2015 年 5 月):

微软正在做类似Developer Assistant的事情,只需要以同样的方式利用StackOverflow进入错误助手:https://visualstudiogallery.msdn.microsoft.com/a1166718-a2d9-4a48-a5fd-504ff4ad1b65

最佳答案

我也想扩展它。做了一些研究,似乎这是不可能的。

Unfortunately this is not possible. We will consider this when we do our future planning for the Visual Studio debugger though.

Thanks,

Brad Sullivan - Program Manager - Visual Studio Debugger (source http://social.msdn.microsoft.com/Forums/en-US/vsx/thread/3b045e98-081c-4540-b27b-3121245e53ee/)

关于visual-studio - Visual Studio Extend IDE - 异常助手,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7816556/

相关文章:

visual-studio - 是什么阻止 Cocotron 在 Visual Studio 而不是 Mac OS X 上交叉编译?

visual-studio - 如何解决 "Code Generation value is not in the expected format ' [Arch],[使用CUDA编译darknet时出现代码]' "错误

c# - Mono Mac 上的 ASP.net MVC Razor View

线程中的 Java 异常

visual-studio-2010 - 有没有办法隐藏 VS2010 MEF 扩展中的代码?

c# - 什么是 nHibernate CollectionProxy

c# - 编写 XML 文档时如何在方法摘要中引用方法参数?

.net - 我怎么知道我是否没有处理过我的 .NET 代码可能抛出的一些未经检查的异常?

python - 如何使用单元测试测试是否引发并捕获了正确的异常?

visual-studio-2010 - VS2010的VSPackage项目可以安装到VS2008吗?