summaryrefslogtreecommitdiff
path: root/cider-debug.el
Commit message (Expand)AuthorAge
* New function: cider-nrepl-send-unhandled-requestArtur Malabarba2015-10-04
* Cleanup the debug-input messages we sendArtur Malabarba2015-10-03
* Fix lag in the debuggerArtur Malabarba2015-10-03
* Make the debugger wait time a little shorterArtur Malabarba2015-10-03
* Fix missing handler for idArtur Malabarba2015-10-03
* Fix the debugger sometimes hiding the final resultArtur Malabarba2015-10-03
* Make cider--make-result-overlay take keyword argumentsArtur Malabarba2015-10-03
* Fix a corner case in cider--debug-move-pointArtur Malabarba2015-10-01
* Move many common-use functions to cider-common.elArtur Malabarba2015-09-23
* Fix some unused lexical variablesArtur Malabarba2015-09-23
* Implement dynamic font-lockingArtur Malabarba2015-09-09
* Fix a debugging corner-caseArtur Malabarba2015-09-09
* Make relevant-connection a little smarter, and rename it to current-connectionArtur Malabarba2015-08-30
* Replace default-connection with relevant-connection in most placesArtur Malabarba2015-08-30
* Add CIDER wrappers for nrepl-send-request and nrepl-send-sync-requestBozhidar Batsov2015-08-27
* Fix many compile warningsArtur Malabarba2015-08-25
* Disable spinner during debugArtur Malabarba2015-08-24
* [#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