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

Add guide for VS code launch configuration #85

Open
KyleJune opened this issue Jul 28, 2024 · 0 comments
Open

Add guide for VS code launch configuration #85

KyleJune opened this issue Jul 28, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@KyleJune
Copy link
Member

VS code's launch feature makes it easier to debug issues. I ended up having to use it to track down an issue with how jsr.io handles the build script. Note, if using the default script directly from jsr, you won't be able to add a breakpoint to step through the code, you will need to make a build.ts file so you can add a breakpoint at the start of the build.

It might be related to the --inspect-wait flag. Check if there is a better way to run the debugger.

@KyleJune KyleJune added the documentation Improvements or additions to documentation label Jul 28, 2024
@KyleJune KyleJune self-assigned this Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant