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