Liking cljdoc? Tell your friends :D

dots.vscode.breakpoint

The base class of all breakpoint types.

The base class of all breakpoint types.
raw docstring

conditioncljs

(condition breakpoint)

An optional expression for conditional breakpoints.

An optional expression for conditional breakpoints.
sourceraw docstring

enabled?cljs

(enabled? breakpoint)

Is breakpoint enabled.

Is breakpoint enabled.
sourceraw docstring

hit-conditioncljs

(hit-condition breakpoint)

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

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

idcljs

(id breakpoint)

The unique ID of the breakpoint.

The unique ID of the breakpoint.
sourceraw docstring

log-messagecljs

(log-message breakpoint)

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

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

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

× close