ERR_INSPECTOR_ALREADY_ACTIVATED


在使用 node:inspector 模块时,当检查器已经开始监听端口时尝试激活。 在不同地址上激活之前使用 inspector.close()

While using the node:inspector module, an attempt was made to activate the inspector when it already started to listen on a port. Use inspector.close() before activating it on a different address.