frame_transpiler
frame_transpiler copied to clipboard
VSCode Extension Enhancements for Frame
Goal - to explore how to create a VSCode extension that would enable debugging.
Resources for Research
- VSCode Manual
- VSCode Manual Debugger extensions: Note the statement "VS Code has built-in debugging support for the Node.js runtime and can debug JavaScript, TypeScript, or any other language that gets transpiled to JavaScript."
- VSCode API
- VSCode API Debugger Extension
- Read the docs VSCode Debugger Extension
- Tutorial on building debugger extension
- DAP
- TimDbg
- Video on writing a debugger
@frame-lang I am going through these articles and references.