steps overview
CLI command for stepping through Node.js scripts line-by-line using the Chrome DevTools Protocol.
This module provides a debugger step-through utility that connects to a Node.js process via WebSocket and allows step-by-step execution of code, displaying each line as it executes.
Added in v1.0.0