- VSCode provides API to write custom debugger, So we can move in that direction.
- That debugger can be distributed through VSCode Marketplace.
- 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
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 jsandNodejs debugger.and then we can add more metadata which maps to correct file and line.debugger-extension guide