Skip to content

Notes about implementing Godspeed Language Debugger #11

@ashutoshmindgrep

Description

@ashutoshmindgrep
  1. VSCode provides API to write custom debugger, So we can move in that direction.
  2. That debugger can be distributed through VSCode Marketplace.
  3. Godspeed VSCode Extension will bundle of Debugger + Language Server + Extension Capabilities.

Godspeed's framework converts YAML to JS code, So in the we need to do mapping, between executing code js, and in code editor languageyaml.
So If final running code is js, and VSCode already ships inbuilt Node Debugger, So we just need to write a wrapper which can do the proper mapping.
We need to explore if there are to intercept communication between executing js and Nodejs debugger. and then we can add more metadata which maps to correct file and line.

debugger-extension guide

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions