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

how to debug this project? #1

Open
akinix opened this issue Jan 3, 2021 · 2 comments
Open

how to debug this project? #1

akinix opened this issue Jan 3, 2021 · 2 comments

Comments

@akinix
Copy link

akinix commented Jan 3, 2021

i want to debug the SourceGenerator.csproj project.

@ucollina82
Copy link

If you want debug a source code generator you can found instruction on:
https://nicksnettravels.builttoroam.com/debug-code-gen/

@ngnam
Copy link

ngnam commented May 22, 2021

@akinix
add code this; inside method Initialize()

#if DEBUG if (!Debugger.IsAttached) { Debugger.Launch(); } #endif

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

No branches or pull requests

3 participants