Skip to main content
Debugger - inspector/promises - Node documentation
namespace Debugger

Usage in Deno

import { Debugger } from "node:inspector/promises";

Interfaces

I
Debugger.CallFrame

JavaScript call frame. Array of call frames form the call stack.

I
Debugger.EnableReturnType
No documentation available
I
I
Debugger.GetStackTraceReturnType
No documentation available
I
I
I
Debugger.ScriptPosition

Location in the source code.

I
Debugger.SearchInContentReturnType
No documentation available
I
Debugger.SearchMatch

Search match for resource.

I
I
Debugger.SetSkipAllPausesParameterType
No documentation available

Type Aliases

T
Debugger.BreakpointId

Breakpoint identifier.

T
Debugger.CallFrameId

Call frame identifier.