检查器
🌐 Inspector
稳定性: 2 - 稳定
源代码: lib/inspector.js
node:inspector 模块提供了一个用于与 V8 检查器交互的 API。
🌐 The node:inspector module provides an API for interacting with the V8
inspector.
可以使用以下方式访问它:
🌐 It can be accessed using:
const inspector = require('node:inspector');