❔ Why can't I place breakpoint in SourceLink-ed file?
I'm trying to put a breakpoint inside File.ReadAllTextAsync() after hitting F12. The file tab has [SourceLink] in the name so I assume it's using that. I just get the message that no symbols have been loaded. In the module list during runtime for System.Private.CoreLib.dll it says it skipped loading symbols, so I click Load Symbols. Now it says they're loaded. Still getting the "can't hit breakpoint, no symbols" error message. Is this because the module has Optimized=true?
1 Reply
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.