Skip to content

VSCode debugging fails due to outdated tsx and misconfigured launch.json #4305

@0xlakshan

Description

@0xlakshan

Describe the bug
when trying to debug the codebase using VSCode, i encoutered an issue with the existing .vscode/launch.json configuration. the debugger would not start properly when using the default node.js runtime.

Steps to Reproduce

  • Clone the repo and install dependencies
  • Try to run the debugger using the default Launch Program configuration in .vscode/launch.json (F5)
  • Notice that breakpoints arent' hit or the debugger fails to launch as expected

Expected behavior
the VSCode debugger should launch allowing developers to step through typescript files in development.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions