deno.com
interface Debugger.PausedEventDataType

Properties #

Call stack the virtual machine stopped on.

#reason: string

Pause reason.

optional
#data: { } | undefined

Object containing break-specific auxiliary properties.

optional
#hitBreakpoints: string[] | undefined

Hit breakpoints IDs

Async stack trace, if any.

Async stack trace, if any.

Just scheduled async call will have this stack trace as parent stack during async execution. This field is available only after Debugger.stepInto call with breakOnAsynCall flag.