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
It is showing "Unbound breakpoint" in the Breakpoints panel after launching with <F5>:
Unbound breakpoint: Some of your breakpoints could not be set.
If you're having an issue, you can troubleshoot your launch configuration.
The problem exists even after setting the "sourceMap": true in the tsconfig
(as suggested by the vscode's troubleshooter under answer of "Why my breakpoints don't bind").
It is showing "Unbound breakpoint" in the Breakpoints panel after launching with
<F5>
:The problem exists even after setting the
"sourceMap": true
in the tsconfig(as suggested by the vscode's troubleshooter under answer of "Why my breakpoints don't bind").
cph/tsconfig.json
Line 8 in 94b0425
What this results in, is that there's no way to break/pause execution at specified point/line of the
.ts
code of this extension.Versions & Env
The text was updated successfully, but these errors were encountered: