调试器
🌐 Debugger
稳定性: 2 - 稳定
Node.js 包含一个命令行调试工具。Node.js 调试器客户端并不是一个功能齐全的调试器,但可以进行简单的逐步执行和检查。
🌐 Node.js includes a command-line debugging utility. The Node.js debugger client is not a full-featured debugger, but simple stepping and inspection are possible.
🌐 The debugger supports two modes of operation: interactive mode and non-interactive probe mode.