agrawal-d/cph

"Unbound breakpoint" on debugging the extension itself.

Opened this issue · 0 comments

  • 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").

    "sourceMap": false,

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

$ codium --list-extensions --show-versions | grep agrawal
divyanshuagrawal.competitive-programming-helper@6.1.0

$ codium -v
1.89.1
a045dcfceda27f896936bfd8cbf524f6a93a2f46
x64

$ systeminfo | grep -Ei "^os (n|v)|system type"
OS Name:                   Microsoft Windows 10 Home Single Language
OS Version:                10.0.19045 N/A Build 19045
System Type:               x64-based PC