heartacker
heartacker
[https://github.com/microsoft/vscode/issues/70377](https://github.com/microsoft/vscode/issues/70377) [https://code.visualstudio.com/api/references/contribution-points#contributes.menus](https://code.visualstudio.com/api/references/contribution-points#contributes.menus) seem that vscode has add something to invest debugging view. it's time to pick it up
https://code.visualstudio.com/updates/v1_49#_contributable-context-menu-for-variables-view looks like delicious on 1.49.0 
FYI
bobbrow 已将这个从 Pull Request 移动到 1.21 中的 Done
@DingpingZhang 顺便问问,这个也很常见,有什么好办法定位吗? 
> @heartacker 这个你参考一下 #20 应该不是这个问题。那个问题已经修复了,我现在用的是同一套代码。我感觉可能不是这个问题
> > > @heartacker 这个你参考一下 #20 > > > > > > 应该不是这个问题。那个问题已经修复了,我现在用的是同一套代码。我感觉可能不是这个问题 > > 那你像上次一样,打一个断点,看看非法的 response data 是什么? 上次是没有给你看到服务端的,这次我发现首先是服务端报错了。 
> `AccessViolationException` 不是托管异常,感觉是微软的 bug。要不你用最新的 .Net6.0 运行试试看?看看他们修复了没有。 如果 Task 不能用,我可能要自己做个消费者队列了,可能要一番改造,不是一时半会能搞好的。 你说的“长时间”是多长时间?发生的频率大约是多少?期间 API 的调用频率如何? 我现在用的就是NET6,长时间可能半天就会如果client 多的时候表现的比较明显。
> 欢迎提 PR,我最近兴趣点不在这里…… 那在那里哦