Liking cljdoc? Tell your friends :D

dots.vscode.source-breakpoint

A breakpoint specified by a source location.

A breakpoint specified by a source location.
raw docstring

conditioncljs

(condition source-breakpoint)

An optional expression for conditional breakpoints.

Returns: string | undefined

An optional expression for conditional breakpoints.

**Returns:** `string | undefined`
sourceraw docstring

enabled?cljs

(enabled? source-breakpoint)

Is breakpoint enabled.

Returns: boolean

Is breakpoint enabled.

**Returns:** `boolean`
sourceraw docstring

hit-conditioncljs

(hit-condition source-breakpoint)

An optional expression that controls how many hits of the breakpoint are ignored.

Returns: string | undefined

An optional expression that controls how many hits of the breakpoint are ignored.

**Returns:** `string | undefined`
sourceraw docstring

idcljs

(id source-breakpoint)

The unique ID of the breakpoint.

Returns: string

The unique ID of the breakpoint.

**Returns:** `string`
sourceraw docstring

locationcljs

(location source-breakpoint)

The source and line position of this breakpoint.

Returns: Location

The source and line position of this breakpoint.

**Returns:** `Location`
sourceraw docstring

log-messagecljs

(log-message source-breakpoint)

An optional message that gets logged when this breakpoint is hit. Embedded expressions within {} are interpolated by the debug adapter.

Returns: string | undefined

An optional message that gets logged when this breakpoint is hit. Embedded expressions within {} are interpolated by the debug adapter.

**Returns:** `string | undefined`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close