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

[BUG] how to debug in vscode? #928

Open
2 of 3 tasks
hhmy27 opened this issue Apr 2, 2024 · 0 comments
Open
2 of 3 tasks

[BUG] how to debug in vscode? #928

hhmy27 opened this issue Apr 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@hhmy27
Copy link

hhmy27 commented Apr 2, 2024

What happened?

I'd like to try debugging my project in vscode, but I didn't find a tutorial in the official documentation
Here's my config

{
  "version": "0.2.0",
  "configurations": [
    {
      "type": "chrome",
      "request": "attach",
      "name": "Attach to Chrome Extensions",
      "port": 9222,
      "webRoot": "${workspaceFolder}/src"
    }
  ]
}

and my launch command pnpm dev --remote-debugging-port=9222 --user-data-dir=remote-debug-profile
but it still says I can't find the target

Anyone knows?

Version

Latest

What OS are you seeing the problem on?

No response

What browsers are you seeing the problem on?

No response

Relevant log output

No response

(OPTIONAL) Contribution

  • I would like to fix this BUG via a PR

Code of Conduct

  • I agree to follow this project's Code of Conduct
  • I checked the current issues for duplicate problems.
@hhmy27 hhmy27 added the bug Something isn't working label Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant