-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Labels
Bugfeature - Stack Trace ExploreruntriagedIssues and PRs which have not yet been triaged by a leadIssues and PRs which have not yet been triaged by a lead
Description
Version Used: VS 17.13.2
Steps to Reproduce:
- in a .razor file in a blazor project, cause an exception and catch it somewhere to get the stacktrace
example:
System.Exception: peng button clicked. at _redacted_.Forms.Dev.AlexTestForm.ButtonClick() in _redacted\Dev\AlexTestForm.razor:line 33 at _redacted_.Blazor.Common.Components.ErrorHandlingBase.CallStateHasChangedOnAsyncCompletion(Task task) in _redacted_\ErrorHandlingBase.cs:line 397
- paste the exception into the Stack Trace Explorer
- observe that the last row (going into the ErrorHandlingBase.cs file) can be clicked and jumps there, while the first one (going into the .razor file) can't
Expected Behavior:
jumping into a .razor file works
Actual Behavior:
nothing happens
SleepWellPupper
Metadata
Metadata
Assignees
Labels
Bugfeature - Stack Trace ExploreruntriagedIssues and PRs which have not yet been triaged by a leadIssues and PRs which have not yet been triaged by a lead