I created a new analyzer project in VS 2019 and debugged by pressing F5; all fine.
Then applied changes and renamed the 3 projects. When hit F5 for debugging, breakpoints for the the new version won’t hit.
Then I browsed the extensions in the debugging VS instance and found the old one, with the old name. Removed that one, closed the instance, finish debugging and hit F5 again.
Now, the debugging instance of VS 2019 doesn’t contain the analyzer I’m trying to debug as an extension, and breakpoints won’t hit.
What should I do?