-
Notifications
You must be signed in to change notification settings - Fork 176
add debug flag for emitter to debug the generator #3103
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
add debug flag for emitter to debug the generator #3103
Conversation
|
Is this to be able to attach the debugger once it gets to the dotnet code in the generator? If so LGTM. |
Yes, we already have the flag in the generator to enable it to attach, but we are not passing the flag into the generator from the emitter. |
|
I believe this has no impact for the SDK repo, could you confirm? |
definitely no change in SDK |
Description
Add your description here!
Checklist
To ensure a quick review and merge, please ensure:
Ready to Land?