dotnet/roslyn
View on GitHubDebugger text view lost focus after click completion filters in list
Open
#49,476 opened on Nov 18, 2020
Area-InteractiveBughelp wanted
Description
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."