Validate Breakpoints location with MEF Language Service

Sajith 11 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 ?

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
234 questions
{count} votes

Your answer

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