Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Add guide for VS code launch configuration #85

Description

@KyleJune

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions