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

"Unbound breakpoint" on debugging the extension itself. #453

Open
goyalyashpal opened this issue Jun 21, 2024 · 0 comments
Open

"Unbound breakpoint" on debugging the extension itself. #453

goyalyashpal opened this issue Jun 21, 2024 · 0 comments

Comments

@goyalyashpal
Copy link

goyalyashpal commented Jun 21, 2024

  • 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
[email protected]

$ 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant