Skip to content

Debug Blazor using Edge on Ubuntu #1190

@thaystg

Description

@thaystg

Describe the bug
Launch Edge on ubuntu and redirect to the page set in url parameter - using nightly build of vscode-js-debug.

To Reproduce

  1. Create a new folder called MyBlazorApp somewhere
  2. Navigate inside the folder and Open in Terminal
  3. Type dotnet new blazorwasm
  4. Type code .; exit
  5. Allow VS Code to auto-generate launch.json and tasks.json
  6. Inside launch.json, add "browser": "edge" to the first configuration in the list and set the url to the url defined in your launchSettings.json
  7. Go to the file Counter.razor inside of the Pages folder and put a breakpoint where it says currentCount++;
  8. Press F5 to debug
  9. It launches the browser but doesn't redirect to the url set in launch.json

Related to dotnet/aspnetcore#38413

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseverifiedVerification succeeded

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions