dotnet/roslyn

Debugger text view lost focus after click completion filters in list

Open

#49,476 opened on Nov 18, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C# (20,414 stars) (4,257 forks)batch import
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."

Contributor guide