File: cider-tracing.el.html
A couple of commands for tracing the execution of functions.
Defined variables (13)
cider-trace--fold-line-map | Keymap put on foldable call lines, so a click folds them. |
cider-trace--fold-placeholder | Display string shown in place of a folded call’s children. |
cider-trace--folds | Hash table of call id -> the overlay covering that call’s children. |
cider-trace--open-calls | Hash table of call id -> marker at the start of that call’s children. |
cider-trace--repl | The REPL buffer this trace buffer is subscribed through. |
cider-trace--subscription | Id of this buffer’s active trace subscription, or nil. |
cider-trace-buffer | The name of the buffer streaming trace events. |
cider-trace-mode-abbrev-table | Abbrev table for ‘cider-trace-mode’. |
cider-trace-mode-hook | Hook run after entering ‘cider-trace-mode’. |
cider-trace-mode-map | Keymap for ‘cider-trace-mode’. |
cider-trace-mode-menu | Menu for CIDER’s trace buffer. |
cider-trace-mode-syntax-table | Syntax table for ‘cider-trace-mode’. |
cider-traced-buffer | The name of the buffer listing the currently traced vars and namespaces. |