Skip to content

Test: web indication that a breakpoint is hit #97876

@isidorn

Description

@isidorn

Refs: #96934

Complexity: 2
Authors: @bpasero @isidorn

Create Issue


When vscode is run in web and a breakpoint is hit we now update the title of the tab.

  1. yarn web to get vscode running in the web
  2. Start debugging something, for example our smoke-test express starter sample
  3. Hit a breakpoint while debugging your application

Verify:

  • There is a breakpoint decoration in the browser tab as long as the breakpoint is hit and the focus is not on the tab
  • As soon as you focus the tab the breakpoint decoration is gone
  • Please try multiple browsers: Chrome, Firefox, Safari
  • Feedback on how to indicate this better is welcome! Note that in VS Code app on breakpoint hit we blink the Window, that is not possible in the web.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions