Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: Show breakpoint diagnostic info in debugger UI #150664

Closed
3 tasks done
roblourens opened this issue May 30, 2022 · 2 comments
Closed
3 tasks done

Test: Show breakpoint diagnostic info in debugger UI #150664

roblourens opened this issue May 30, 2022 · 2 comments

Comments

@roblourens
Copy link
Member

roblourens commented May 30, 2022

Refs: #142870

Complexity: 2

Create Issue


  • Start debugging a js/ts program
  • Set a breakpoint in a .ts or .js file that is not loaded by the debuggee. Or, purposely break your sourcemap config so that .ts sourcemapped files can not be mapped by vscode.
  • After several seconds, a warning indicator should appear in the breakpoints view header
    image
  • Hovering it shows a message from js-debug with a command link to launch the debug diagnostic editor.
  • Hovering the gray circle breakpoint in the editor shows the same message

  • Try the same scenario, but with setting a breakpoint in a file of a language which is not handled by js-debug, such as a .py file
  • The breakpoint will turn gray but you should not see the warning indicator about unbound breakpoints
@roblourens
Copy link
Member Author

The js-debug PR will land in June, and since this doesn't actually appear in vscode yet, we can just test this in June

@roblourens
Copy link
Member Author

This got assigned anyway even though it wasn't on the milestone

@roblourens roblourens assigned roblourens and unassigned weinand Jun 2, 2022
@roblourens roblourens changed the title Show breakpoint diagnostic info in debugger UI Test: Show breakpoint diagnostic info in debugger UI Jun 28, 2022
@roblourens roblourens removed their assignment Jun 28, 2022
@deepak1556 deepak1556 removed their assignment Jun 29, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Aug 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants