summaryrefslogtreecommitdiff
path: root/cider-debug.el
Commit message (Expand)AuthorAge
* Change cider-type overlay property to categoryArtur Malabarba2016-04-12
* [#1352] Documentation complies with checkdoc styleChaitanya Koparkar2016-04-06
* [Fix #1630] Teach the debugger about @derefsArtur Malabarba2016-03-28
* Extend copyright in cider-debug and cider-overlaysArtur Malabarba2016-03-23
* Uppercase letters for debug input send a "force" argumentArtur Malabarba2016-03-20
* Refactor hiding of inspect key so it is done only onceArtur Malabarba2016-03-20
* Prevent the debug prompt from inheriting facesArtur Malabarba2016-03-06
* [Try to address #1589] Increase debugger's timeout on accept-process-outputArtur Malabarba2016-02-29
* [Fix #1585] Show the eval command in the debugger's promptBozhidar Batsov2016-02-26
* Refine the name of the debugger's menuBozhidar Batsov2016-02-26
* Fix a docstringBozhidar Batsov2016-02-23
* Position point correctly when debugging forms with metadataChris Perkins2016-02-15
* Move a couple of faces to the file that uses themArtur Malabarba2016-02-13
* Make the box colors a little more discreetArtur Malabarba2016-02-13
* Fix flickering in the debuggerArtur Malabarba2016-02-13
* Consolidate some defun-at-point functionsArtur Malabarba2016-02-07
* New feature: EnlightenArtur Malabarba2016-02-05
* Sanitize our method for injecting #dbgArtur Malabarba2016-02-05
* Improve cider--debug-goto-source-or-create-source-bufferArtur Malabarba2016-02-04
* Refactor cider--handle-debug into two functionsArtur Malabarba2016-01-30
* Implement the :here command in debug sessionsArtur Malabarba2016-01-15
* Fix docstring for cider--debug-move-pointArtur Malabarba2016-01-15
* Support a :stack status in cider--debug-response-handlerArtur Malabarba2016-01-15
* Update the copyright yearsBozhidar Batsov2016-01-01
* [Fix #1490] Don't show the inspector buffer if evaluation failsMichael Griffiths2015-12-29
* [Fix #1419] Use dynamic font-lock wherever possibleArtur Malabarba2015-11-14
* When using a temp debug buffer, explain what the user did wrongArtur Malabarba2015-10-30
* Extend documentation of cider--debug-move-pointArtur Malabarba2015-10-28
* Fix a typoBozhidar Batsov2015-10-25
* Fix a few docstringsBozhidar Batsov2015-10-25
* Use the new line & column metadata in the debuggerBozhidar Batsov2015-10-25
* Normalize the usage of if/when-let with that of letArtur Malabarba2015-10-21
* [Fix #1348] Remove dash dependencyRoger Gilliar2015-10-19
* 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