A breakpoint specified by a function name.
A breakpoint specified by a function name.
(condition function-breakpoint)
An optional expression for conditional breakpoints.
An optional expression for conditional breakpoints.
(enabled? function-breakpoint)
Is breakpoint enabled.
Is breakpoint enabled.
(function-name function-breakpoint)
The name of the function to which this breakpoint is attached.
The name of the function to which this breakpoint is attached.
(hit-condition function-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.
(id function-breakpoint)
The unique ID of the breakpoint.
The unique ID of the breakpoint.
(log-message function-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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close