# Debugger > Stability: 2 - Stable 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][]. ## Interactive mode ```console $ node inspect [--port=] [ ...] [