dotnet/roslyn
Debugger text view lost focus after click completion filters in list
开放
#49,476 创建于 2020年11月18日
Area-InteractiveBughelp wanted
仓库指标
- 星标
- (20,414 个星标)
- PR 合并指标
- (平均合并 6天 17小时) (30 天内合并 256 个 PR)
描述
Moving AB#1100128 to GitHub
"This is happening because the text view used to enter Breakpoint Conditions does not implement IWpfTextView2. This interface defines method QueueSetFocus whose implementation is necessary to fix this bug. The text view in question is Microsoft.VisualStudio.LanguageServices.Implementation.DebuggerIntelliSense.DebuggerTextView which is owned by Roslyn."