-
-
Notifications
You must be signed in to change notification settings - Fork 735
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 DebuggerStepThroughAttribute to generated code #2820
Comments
bjorkstromm
added a commit
to bjorkstromm/cake
that referenced
this issue
Jun 29, 2020
bjorkstromm
added a commit
to bjorkstromm/cake
that referenced
this issue
Jun 30, 2020
bjorkstromm
added a commit
to bjorkstromm/cake
that referenced
this issue
Jun 30, 2020
devlead
added a commit
that referenced
this issue
Jul 1, 2020
(GH-2820) Adds DebuggerStepThroughAttribute to generated code.
🎉 This issue has been resolved in version v1.0.0 🎉 The release is available on: Your GitReleaseManager bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will make the debugging experience in IDE's much better, when using (for example) addins that have been run with SourceLink.
Currently, you have to step into the code twice to make it work. This is due to the generated code;
https://github.com/OmniSharp/omnisharp-roslyn/blob/master/tests/OmniSharp.Cake.Tests/TestAssets/single.cake.g.txt#L7722
First step into takes can't find any symbols to step to, the second takes you to the actual method.
The text was updated successfully, but these errors were encountered: