调试器


🌐 Debugger

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.