Node.js module
inspector
Not implemented in Bun
Not implemented. Debugging is typically done via standard debugger protocols (like Chrome DevTools Protocol) connected to the Bun process itself, not via this module.
Functions 4
- inspector.close()
Deactivate the inspector.
- inspector.open()
Activate inspector on host and port.
- inspector.url()
Return the URL of the active inspector, or
undefinedif there is none. - inspector.waitForDebugger()
Blocks until a client (existing or connected later) has sent
Runtime.runIfWaitingForDebuggercommand.
Classes 1
- class inspector.Session
The
inspector.Sessionis used for dispatching messages to the V8 inspector back-end and receiving message responses and notifications.
Interfaces 2
Variables 1
- const inspector.console
An object to send messages to the remote inspector console.
Namespaces 15
- namespace inspector.Console
- namespace inspector.Debugger
- namespace inspector.DOMStorage
- namespace inspector.HeapProfiler
- namespace inspector.IO
- namespace inspector.Network
- namespace inspector.NetworkResources
- namespace inspector.NodeRuntime
- namespace inspector.NodeTracing
- namespace inspector.NodeWorker
- namespace inspector.Profiler
- namespace inspector.Runtime
- namespace inspector.Schema
- namespace inspector.Storage
- namespace inspector.Target