Node.js v18.12.1 documentation


Table of contents

Inspector检查员#

Stability: 2 - Stable

Source Code: lib/inspector.js

The node:inspector module provides an API for interacting with the V8 inspector.node:inspector模块提供了与V8检查器交互的API。

It can be accessed using:可通过以下方式访问:

const inspector = require('node:inspector');