summaryrefslogtreecommitdiff
path: root/cider-debug.el
Commit message (Expand)AuthorAge
...
* [#1225] Move a bunch of connection management logic to CIDER itselfBozhidar Batsov2015-08-23
* Rename nrepl-current-connection-buffer to nrepl-default-connection-bufferBozhidar Batsov2015-08-11
* Add support for `(...) to the debuggerArtur Malabarba2015-08-04
* Debugger waits a moment for process output before returning control to the userArtur Malabarba2015-07-30
* Fix an issue with the debug-bufferArtur Malabarba2015-07-30
* Quit the debugger when the buffer is killed or revertedArtur Malabarba2015-07-16
* Documentation and other small fixesArtur Malabarba2015-07-15
* Refactor debugger message handlingArtur Malabarba2015-07-14
* Improve debugger buffer/file findingArtur Malabarba2015-07-14
* [Fix #1052] Use recursive-edit in debug-modeArtur Malabarba2015-07-14
* Integrate overlays with interactive evaluationArtur Malabarba2015-07-13
* Small overlays fixArtur Malabarba2015-07-13
* Merge pull request #1200 from Malabarba/masterBozhidar Batsov2015-07-12
|\
| * Report debugging errorsArtur Malabarba2015-07-12
* | [Quickfix] Require inspector before usingArtur Malabarba2015-07-12
|/
* Only pass print-level and print-length if non-nilArtur Malabarba2015-07-10
* Quick fix for the debugger print-levelArtur Malabarba2015-07-10
* Configurable print-level and length for debugger valuesArtur Malabarba2015-07-10
* Fix a docstringBozhidar Batsov2015-07-09
* Fix a docstringBozhidar Batsov2015-07-09
* New debugging tool-barArtur Malabarba2015-07-08
* Don't quit the debugger on C-gArtur Malabarba2015-07-08
* Improve overlay removal logicArtur Malabarba2015-07-08
* Add configuration to move or remove the debugger's input promptArtur Malabarba2015-07-07
* Add a menu to debug-modeArtur Malabarba2015-07-07
* Highlight instrumented definitions in each clojure bufferArtur Malabarba2015-07-03
* Add cider-browse-instumented-defs commandArtur Malabarba2015-07-03
* Fix navigation bug introduced with map handlingArtur Malabarba2015-07-02
* Use clojure-mode's sexp navigation commandsArtur Malabarba2015-07-02
* Define cider-debug customization group and a small fixArtur Malabarba2015-07-01
* Add inspecting to the debuggerArtur Malabarba2015-07-01
* Add partial support for debugging mapsArtur Malabarba2015-07-01
* Integrate debugger with interactive evaluationArtur Malabarba2015-07-01
* Add support for debugging function literalsArtur Malabarba2015-06-29
* Debugger will popup a buffer if source has changedArtur Malabarba2015-06-29
* Debugging is now a minor modeArtur Malabarba2015-06-29
* Rewrite the debuggerArtur Malabarba2015-06-28
* Use fringe arrows on the debugerArtur Malabarba2015-06-23
* Add overlays to the debuggerArtur Malabarba2015-06-22
* Fix corner case with locals displayArtur Malabarba2015-06-16
* [Fix #1106] Display local variables in the debuggerArtur Malabarba2015-06-11
* [Fix #1088] Kill source-tracking evalutionBozhidar Batsov2015-06-07
* Rewrite cider-debug and document new debugging keysArtur Malabarba2015-04-25
* Use string-match-p/looking-at-p as possibleSyohei YOSHIDA2015-04-22
* Fix encountering "need-input" status in `nrepl-send-sync-request'Artur Malabarba2015-04-10
* Use :debug-value instead of :valueArtur Malabarba2015-04-01
* Use unicode copyright symbolBozhidar Batsov2015-03-28
* Whitespace fixesBozhidar Batsov2015-03-28
* Add cider-debug.el: Interactive debugger similar to edebugArtur Malabarba2015-03-28