Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding support for debugging through Visual Studio #47

Open
ErikSchierboom opened this issue Jun 19, 2018 · 1 comment
Open

Comments

@ErikSchierboom
Copy link
Contributor

The default Roslyn analyzer template allows one to run the analyzer in a Visual Studio Debug instance, which makes debugging your analyzers incredibly easy. This project does not have Visual Studio debug integration, any specific reason why?

Should the reason be that it is Visual Studio specific, maybe an option would be to add a second solution that includes the Visual Studio debugging support project.

@Meir017
Copy link
Member

Meir017 commented Jun 19, 2018

It's possible to debug a test and step into the analyzer's code. I'm not very familiar with the Visual Studio debug instance.

I'll be happy to add it (pull request 😉)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants