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

docs: VSCode debugging #399

Merged
merged 5 commits into from
Nov 22, 2023

Conversation

mariuso
Copy link
Contributor

@mariuso mariuso commented Nov 19, 2023

Added short description in the readme on how to setup debugging in VS Code (#267)

README.md Outdated
### VS Code Debugging
You can setup debugging in VS Code by adding the --inspect flag to the tsx command
```sh
$ tsx --inspect ./file.ts
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just tried this out. Do you mean --inspect-brk here?

Seems --inspect only works for long-running services like servers?

@privatenumber privatenumber changed the title Docs: VS Code debugging docs: VS Code debugging Nov 22, 2023
@privatenumber privatenumber merged commit dcb4882 into privatenumber:develop Nov 22, 2023
2 checks passed
privatenumber added a commit that referenced this pull request Nov 22, 2023
Co-authored-by: Hiroki Osame <hiroki.osame@gmail.com>
@privatenumber privatenumber mentioned this pull request Nov 22, 2023
21 tasks
@privatenumber privatenumber changed the title docs: VS Code debugging docs: VSCode debugging Nov 22, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants