Validate Breakpoints location with MEF Language Service
Sajith
11
Reputation points
We have a Visual Studio extension that implements a legacy Language Service. We are trying to get rid of this and implement the language service in MEF now.
There is a way to validate breakpoints location in legacy language service - https://learn.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2015/extensibility/internals/validating-breakpoints-in-a-legacy-language-service?view=vs-2015
Is there anything similar in MEF language service ?
How to validate breakpoints when not debugging, in MEF language service ?
Sign in to answer