Skip to content

[debugger][mono][codespaces] Debug Blazor app from Codespaces #93973

Open

Description

We are hitting an infinite loop when trying to debug Blazor app from inside of codespaces.
Repro:

  1. new codespaces (or WSL)
  2. new blazor wasm app
  3. run in debug
  4. open the port with the app
  5. shift+alt+d
  6. instruction page appears: your browser does not run with debugging port opened
  7. on the host machine: open the browser according to the instruction, with the debug port
  8. shift+alt+d
  9. expected: debugger gets attached, we are redirected to debugging dev tools
    reality: instruction appears again: your browser does not run with debugging port opened.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions