| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-02 | Bump version to 0.27.0externals/dape | Daniel Pettersson | |
| 2026-05-02 | Align new go gdb names with rest | Daniel Pettersson | |
| 2026-05-02 | Cosmetic fix indetation | Daniel Pettersson | |
| 2026-04-26 | Fix with-demoted-errors typo | Daniel Pettersson | |
| 2026-04-26 | Improve shutdown timer-drain error handling | Daniel Pettersson | |
| As suggested by Stefan Monnier, use `with-demote-errors' instead of `ignore-errors' so swallowed errors are at least logged. Add XXX comment explaining the undesirable behavior. | |||
| 2026-04-26 | Ignore errors from shutdown timer pump | Daniel Pettersson | |
| This is pretty bad behavior as we could be swallowing unrelated timer, sentinel and filter errors. | |||
| 2026-04-26 | Install lldb-dap in workflow | Daniel Pettersson | |
| 2026-04-26 | Let timers run before deleting process | Daniel Pettersson | |
| 2026-04-26 | Remove user-error in dape-select-session | Daniel Pettersson | |
| 2026-04-26 | Harden buffer killing | Daniel Pettersson | |
| 2026-04-26 | Default to threadId 0 on missing | Daniel Pettersson | |
| 2026-04-26 | Ensure that previous adapter is killed on restart | Daniel Pettersson | |
| 2026-04-26 | Fix missing arg to dape-kill error handling | Daniel Pettersson | |
| 2026-04-26 | Kill missed util buffers in dape-quit | Daniel Pettersson | |
| 2026-04-25 | Use lldb-dap in tests | Daniel Pettersson | |
| 2026-04-25 | Fix dape--info-buffer-list doc | Daniel Pettersson | |
| 2026-04-25 | Remove codelldb default configuration | Daniel Pettersson | |
| codelldb can enter a state where each request times out, making debugging sessions unrecoverable, other alternatives exist in dape-configs. | |||
| 2026-04-25 | Remove use of jsonrpc shutdown | Daniel Pettersson | |
| DAP does not have a shutdown sequence initiated by the client like LSP, making jsonrpc-shutdown's sentinel warnings misleading | |||
| 2026-04-25 | Fix buffer matching in dape--kill-buffers | Daniel Pettersson | |
| 2026-04-25 | Display ErrorResponse messages | Daniel Pettersson | |
| 2026-04-25 | Fix restart when no live connection | Daniel Pettersson | |
| 2026-04-20 | Cosmetic updates | Daniel Pettersson | |
| 2026-04-20 | Fix naming of connections w/o command | Daniel Pettersson | |
| 2026-04-06 | Support for debugging go with gdb (#187) | Chris Narkiewicz | |
| This PR introduces configuration to debug Go applications with GDB, since Delve is not supported on OpenBSD. | |||
| 2026-04-06 | Fix unintended removal of error signals hints in minibuffer | Daniel Pettersson | |
| 2026-04-06 | Add support for multiple simultaneous debug sessions | Daniel Pettersson | |
| 2026-03-19 | Add function breakpoints and hits to all types | Daniel Pettersson | |
| 2026-03-18 | Fix indentation | Daniel Pettersson | |
| 2026-03-18 | Consolidate breakpoint types | Daniel Pettersson | |
| 2026-03-02 | Fallback to displaying :evaluateName in variable view | Daniel Pettersson | |
| 2026-03-02 | Change info buffer line truncation defaults | Daniel Pettersson | |
| 2026-03-02 | Ignore errors when building dape "future history" | Daniel Pettersson | |
| 2026-03-02 | Add kill to repeat map | Daniel Pettersson | |
| 2026-03-02 | Workaround for completion response with bad :start | Daniel Pettersson | |
| Trying to fix #289 | |||
| 2026-02-04 | Fixed incorrect environment variable syntax in README (#288) | Felix Mühlenberend | |
| Updated syntax for specifying environment variables in :env according to #278. Tested locally. Copyright-paperwork-exempt: yes | |||
| 2026-02-02 | Bump version to 0.26.0 | Daniel Pettersson | |
| 2026-02-02 | Bump copyright year | Daniel Pettersson | |
| 2026-01-31 | Add custom faces for mode line (#285) | danischn | |
| Copyright-paperwork-exempt: yes | |||
| 2026-01-31 | Fix silent failure on expanding variable (#282) | Richard Rae-Jones | |
| See svaante/dape#281 for full details. When using dape with Doom Emacs, expanding variables in the `*dape-repl*` buffer causes the variable output to disappear instead of expanding. The content is deleted but not re-inserted. This is because the content re-insertion silently fails if the REPL buffer content has `field` text properties. Copyright-paperwork-exempt: yes | |||
| 2026-01-20 | Set default-directory when evaling read configuration | Daniel Pettersson | |
| 2026-01-20 | Skip read-config default-value evaluation | Daniel Pettersson | |
| 2026-01-07 | Improve dape-buffer-window-arrangement docs | Daniel Pettersson | |
| As suggested in #276 | |||
| 2026-01-07 | Add dape-info to reapeat bindings | Daniel Pettersson | |
| 2025-11-25 | Ensure remote executable with absolute path | Daniel Pettersson | |
| As suggested in #267 | |||
| 2025-11-20 | Add threads request debounce in thread event | Daniel Pettersson | |
| This optimization is in vscode and makes debugpy usable when emitting thousands of thread events where dape previously stalled on as many threads requests. | |||
| 2025-11-03 | Make dape-breakpoint-remove-at-point interactive again | Daniel Pettersson | |
| Thanks to daanturo for finding the unintended change | |||
| 2025-10-27 | Bump jsonrpc used for tests | Daniel Pettersson | |
| 2025-10-27 | Fix warning from globalized generated docs | Daniel Pettersson | |
| 2025-10-27 | Add read config hook | Daniel Pettersson | |
| As suggested in #212 | |||
| 2025-10-27 | Set stipple nil for exception description face | Daniel Pettersson | |
| As suggested in #212 | |||
