Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想向开源 NPM 包添加一个功能。
我知道需要发生什么,但是能够在处理包时单步执行它会非常有用。这可以做到吗?
是的,有命令行和图形调试选项,可以让您逐步调试自己的代码、npm 模块代码、节点核心代码 (JS) 等。我使用node-inspector模块将 chrome 的 web 检查器图形调试器挂钩到一个正在运行的节点进程。它真的很好用。