File: cider-tracing.el.html

A couple of commands for tracing the execution of functions.

Defined variables (13)

cider-trace--fold-line-mapKeymap put on foldable call lines, so a click folds them.
cider-trace--fold-placeholderDisplay string shown in place of a folded call’s children.
cider-trace--foldsHash table of call id -> the overlay covering that call’s children.
cider-trace--open-callsHash table of call id -> marker at the start of that call’s children.
cider-trace--replThe REPL buffer this trace buffer is subscribed through.
cider-trace--subscriptionId of this buffer’s active trace subscription, or nil.
cider-trace-bufferThe name of the buffer streaming trace events.
cider-trace-mode-abbrev-tableAbbrev table for ‘cider-trace-mode’.
cider-trace-mode-hookHook run after entering ‘cider-trace-mode’.
cider-trace-mode-mapKeymap for ‘cider-trace-mode’.
cider-trace-mode-menuMenu for CIDER’s trace buffer.
cider-trace-mode-syntax-tableSyntax table for ‘cider-trace-mode’.
cider-traced-bufferThe name of the buffer listing the currently traced vars and namespaces.

Defined functions (19)

cider--toggle-trace-var(SYM)
cider-list-traced()
cider-sync-request:list-traced()
cider-sync-request:toggle-trace-ns(NS)
cider-sync-request:toggle-trace-var(SYM)
cider-toggle-trace-ns(QUERY)
cider-toggle-trace-var(ARG)
cider-trace()
cider-trace--find-var-button(BUTTON)
cider-trace--handle(BUFFER MSG)
cider-trace--indent(DEPTH)
cider-trace--set-all-folds(FOLD)
cider-trace--unsubscribe()
cider-trace-clear()
cider-trace-fold-all()
cider-trace-menu()
cider-trace-mode()
cider-trace-previous-call()
cider-untrace-all()

Defined faces (0)