This is a DAP -based JavaScript debugger. It debugs Node.js, Chrome, Edge, WebView2, VS Code extensions, Blazor, React Native, and more. It is the default JavaScript debugger in Visual Studio Code and ...
VSCodeには強力なデバッガ機能がありますが、これが実際にどんな仕組みで動いているのか気になり、拡張機能として自作してみました。対象としたのは、極めてシンプルな言語「Brainfuck」です。 Brainfuckは1993年に開発された、命令がたった8種類しかない極小 ...
This is a fork of the original vscode-js-debug-companion project, which allows running the same code as a standalone process instead of a VS Code extension. It's used by Zed to support browser ...