You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
Refs: #142870
Complexity: 2
Create Issue
The text was updated successfully, but these errors were encountered: