Skip to content

mode debug default param noloonger support #3762

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

Closed
Lioncky opened this issue May 6, 2025 · 1 comment
Closed

mode debug default param noloonger support #3762

Lioncky opened this issue May 6, 2025 · 1 comment
Milestone

Comments

@Lioncky
Copy link

Lioncky commented May 6, 2025

Build Error: go build -o ..go__debug_bin32410683.exe -gcflags all=-N -l .
-l param is not support after go1.22

        {
            "name": "Debug",
            "type": "go",
            "request": "launch",
            "mode": "debug", // outdate `-l `
            "program": ".", 
            "env": { "_DEBUG": "true"}
        },
@gopherbot gopherbot added this to the Untriaged milestone May 6, 2025
@Lioncky
Copy link
Author

Lioncky commented May 6, 2025

Mistakes, need remove goroot and update go to latest version...

@Lioncky Lioncky closed this as completed May 6, 2025
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

2 participants