Share via

Validate Breakpoints location with MEF Language Service

Sajith 86 Reputation points
2024-11-27T06:43:11.53+00:00

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 ?

Developer technologies | Visual Studio | Extensions

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.