knowbug を DAP サーバーとして動作させることにより、Visual Studio Code (VSCode) 上でのデバッグを可能にします。 参考: - [Debug Adapter Protocol Overview](https://microsoft.github.io/debug-adapter-protocol/overview) - DAP の公式サイト - [Debugger Extension | Visual Studio Code Extension API](https://code.visualstudio.com/api/extension-guides/debugger-extension) - VSCode のデバッガー用拡張機能に関するドキュメント - [HSP3 DEBUG GINGER](https://github.com/vain0x/hsp3-ginger/tree/master/hsp3-debug-ginger) - HSP 向けの DAP 実装のプロトタイプ