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

Inspect with chrome as debugger result in ERR_FILE_NOT_FOUND #661

Open
5 of 6 tasks
TzeroOcne opened this issue Oct 4, 2024 · 0 comments
Open
5 of 6 tasks

Inspect with chrome as debugger result in ERR_FILE_NOT_FOUND #661

TzeroOcne opened this issue Oct 4, 2024 · 0 comments
Labels
bug Something isn't working pending triage

Comments

@TzeroOcne
Copy link

Acknowledgements

  • I read the documentation and searched existing issues to avoid duplicates
  • I understand this is a bug tracker and anything other than a proven bug will be closed
  • I understand this is a free project and relies on community contributions
  • I read and understood the Contribution guide

Minimal reproduction URL

https://github.com/TzeroOcne/tsx-issue

Problem & expected behavior (under 200 words)

  • What happened
    I try to run tsx with --inspect by pnpm start:tsx
  • What I expected
    I expect I can open debugger tool from browser and it will show the ts file that are beign debugged like the example when I use ts-node
  • Error stack trace
    The error that I got from the debugger are this
Could not load content for file:///C:/Users/tzero/temp/tsx-test/src/C:\Users\tzero\temp\tsx-test\src\index.ts (System error: net::ERR_FILE_NOT_FOUND)
  • Documentation links
    I don't think there is any documentation about inspect using chrome as debugger
  • Screenshots
    This what I expect by using ts-node by running pnpm start:ts-node
    image
    But I got this with tsx by running pnpm start:tsx
    image

Bugs are expected to be fixed by those affected by it

  • I'm interested in working on this issue

Compensating engineering work will speed up resolution and support the project

  • I'm willing to offer $10 for financial support
@TzeroOcne TzeroOcne added bug Something isn't working pending triage labels Oct 4, 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 pending triage
Projects
None yet
Development

No branches or pull requests

1 participant