Skip to main content
Debugger.GetPossibleBreakpointsParameterType.restrictToFunction - inspector - Node documentation
property Debugger.GetPossibleBreakpointsParameterType.restrictToFunction

Usage in Deno

import { type Debugger } from "node:inspector";

Only consider locations which are in the same (non-nested) function as start.

Type

boolean | undefined