-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Review/update documentation of the 'debug' C# compiler option #6773
Comments
Thanks, @cremor, for your feedback. We'll have to investigate before we can revise the documentation. |
https://github.com/dotnet/roslyn/blob/master/docs/compilers/CSharp/CommandLine.md has up to date documentation of the switch. |
The current doc is missing The other key change i that |
Also |
You can link https://github.com/dotnet/designs/blob/master/accepted/diagnostics/debugging-with-symbols-and-sources.md#pdb-formats that discusses the PDB formats. |
Azure function c# Visual studio 2017, debugging locally, fine, remote debugging: 'no symbols have been loaded...' crap when I try to set up break, point ! Have tried various debug options with no results.. |
Oh, and this only happens when using V2 fuctions and .net code, V1 functions, remote debugging works fine |
This documentation is still out of sync because the newly added options such as embedded, portable are not updated while there are external documentation that describes this. It will be good to capture the same information in this page as well |
@IEvangelist this page is massively out of date and wrong. |
@dotnet/docs this is still valid and important to update. Should be not hard. |
@BillWagner I don't seem to be able to reopen this as the bot message suggests, I must not have the rights. |
Yeah only repo collaborators can reopen issues, that is a longstanding issue with GitHub: isaacs/github#583 I also think this is still needed so reopening (note that I'm not a member of dotnet/docs but looks like every |
@dotnet/docs should be sufficient to tag the team. It looks like the markdown to add is the following: [@dotnet/docs](https://github.com/orgs/dotnet/teams/docs) |
@BillWagner The markdown to tag the team is |
yeah unfortunately I already tried to tag the group. Really unfortunate that externals like regular devs can't tag as described in the bot note. |
Yeah, that's annoying. I've sent email to my team and we're watching closely for comments. |
#22797 didn't fully fix the original issue since https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-options/code-generation#debugtype still only mentions Reopening, @BillWagner not sure if this will put it in the correct GitHub tracking state so please fix if it's wrong :) |
Could you please review this page and make sure that it is actually correct? Because there are a few posts that claim that parts of that documentation is wrong or outdated.
A good starting point is this question on StackOverflow. The two highest voted answers both say that this documentation is outdated and they also provide links to further information.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: