heartacker

Results 162 comments of heartacker
trafficstars

[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 ![image](https://user-images.githubusercontent.com/1876302/92826604-7ac48480-f403-11ea-96b8-0759bcce3c72.png)

FYI![Screenshot_2020-11-06-08-25-43-271_GitHub.png](https://user-images.githubusercontent.com/1876302/98311252-e85aee80-2009-11eb-9496-38f0d0234a21.png)

bobbrow 已将这个从 Pull Request 移动到 1.21 中的 Done

@DingpingZhang 顺便问问,这个也很常见,有什么好办法定位吗? ![image](https://user-images.githubusercontent.com/1876302/177366787-387439b0-c7d2-42b5-9704-0a971a7f731f.png)

> @heartacker 这个你参考一下 #20 应该不是这个问题。那个问题已经修复了,我现在用的是同一套代码。我感觉可能不是这个问题

> > > @heartacker 这个你参考一下 #20 > > > > > > 应该不是这个问题。那个问题已经修复了,我现在用的是同一套代码。我感觉可能不是这个问题 > > 那你像上次一样,打一个断点,看看非法的 response data 是什么? 上次是没有给你看到服务端的,这次我发现首先是服务端报错了。 ![image](https://user-images.githubusercontent.com/1876302/177537706-0c2abae5-64f3-4ebd-b1be-63badcde58e0.png)

> `AccessViolationException` 不是托管异常,感觉是微软的 bug。要不你用最新的 .Net6.0 运行试试看?看看他们修复了没有。 如果 Task 不能用,我可能要自己做个消费者队列了,可能要一番改造,不是一时半会能搞好的。 你说的“长时间”是多长时间?发生的频率大约是多少?期间 API 的调用频率如何? 我现在用的就是NET6,长时间可能半天就会如果client 多的时候表现的比较明显。

> 欢迎提 PR,我最近兴趣点不在这里…… 那在那里哦