Open Arsync opened 10 months ago
Tagging subscribers to this area: @thaystg See info in area-owners.md if you want to be subscribed.
Author: | Arsync |
---|---|
Assignees: | - |
Labels: | `area-Debugger-mono` |
Milestone: | - |
.NET Version 8.0.200 Visual Studio Version 17.9
Issue still here with the same behavior.
Description
When remote authentication failed for some reasons (authority not found, login required, etc), breakpoint in lazy assembly will work only at first page, but when you try to open other pages in that assembly, breakpoints will be hit only if target page was changed from last debug session.
Issue based on #96736
Reproduction Steps
Repo: https://github.com/Arsync/bug-blazor-lazyload-net8
Expected behavior
Breakpoints should be hit in assemblies lazy loaded in .NET 8
Actual behavior
Breakpoints doesn't hit in assemblies lazy loaded until target page has no changes in source code after last debug session.
Regression?
No response
Known Workarounds
No response
Configuration
.NET Version 8.0.100 Visual Studio Version 17.8.5
Other information
No response