Skip to content

shen-guang/node-debug

 
 

Repository files navigation

Node Debug Demo

相关文章地址:《解密 VS Code 断点调试的原理》

一个对 DAP 协议 的 Node.js 演示。

非完整实现,只是为了跑通从 UI 到 DA 到 Node Debugger 的链路,代码有参考价值。

Usage

npm run init;
npm run start;
open http://127.0.0.1:4445

LICENSE

MIT.

About

Node Debug Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.1%
  • JavaScript 39.9%
  • CSS 13.0%