summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-05-02Bump version to 0.27.0externals/dapeDaniel Pettersson
2026-05-02Align new go gdb names with restDaniel Pettersson
2026-05-02Cosmetic fix indetationDaniel Pettersson
2026-04-26Fix with-demoted-errors typoDaniel Pettersson
2026-04-26Improve shutdown timer-drain error handlingDaniel 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-26Ignore errors from shutdown timer pumpDaniel Pettersson
This is pretty bad behavior as we could be swallowing unrelated timer, sentinel and filter errors.
2026-04-26Install lldb-dap in workflowDaniel Pettersson
2026-04-26Let timers run before deleting processDaniel Pettersson
2026-04-26Remove user-error in dape-select-sessionDaniel Pettersson
2026-04-26Harden buffer killingDaniel Pettersson
2026-04-26Default to threadId 0 on missingDaniel Pettersson
2026-04-26Ensure that previous adapter is killed on restartDaniel Pettersson
2026-04-26Fix missing arg to dape-kill error handlingDaniel Pettersson
2026-04-26Kill missed util buffers in dape-quitDaniel Pettersson
2026-04-25Use lldb-dap in testsDaniel Pettersson
2026-04-25Fix dape--info-buffer-list docDaniel Pettersson
2026-04-25Remove codelldb default configurationDaniel Pettersson
codelldb can enter a state where each request times out, making debugging sessions unrecoverable, other alternatives exist in dape-configs.
2026-04-25Remove use of jsonrpc shutdownDaniel Pettersson
DAP does not have a shutdown sequence initiated by the client like LSP, making jsonrpc-shutdown's sentinel warnings misleading
2026-04-25Fix buffer matching in dape--kill-buffersDaniel Pettersson
2026-04-25Display ErrorResponse messagesDaniel Pettersson
2026-04-25Fix restart when no live connectionDaniel Pettersson
2026-04-20Cosmetic updatesDaniel Pettersson
2026-04-20Fix naming of connections w/o commandDaniel Pettersson
2026-04-06Support 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-06Fix unintended removal of error signals hints in minibufferDaniel Pettersson
2026-04-06Add support for multiple simultaneous debug sessionsDaniel Pettersson
2026-03-19Add function breakpoints and hits to all typesDaniel Pettersson
2026-03-18Fix indentationDaniel Pettersson
2026-03-18Consolidate breakpoint typesDaniel Pettersson
2026-03-02Fallback to displaying :evaluateName in variable viewDaniel Pettersson
2026-03-02Change info buffer line truncation defaultsDaniel Pettersson
2026-03-02Ignore errors when building dape "future history"Daniel Pettersson
2026-03-02Add kill to repeat mapDaniel Pettersson
2026-03-02Workaround for completion response with bad :startDaniel Pettersson
Trying to fix #289
2026-02-04Fixed 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-02Bump version to 0.26.0Daniel Pettersson
2026-02-02Bump copyright yearDaniel Pettersson
2026-01-31Add custom faces for mode line (#285)danischn
Copyright-paperwork-exempt: yes
2026-01-31Fix 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-20Set default-directory when evaling read configurationDaniel Pettersson
2026-01-20Skip read-config default-value evaluationDaniel Pettersson
2026-01-07Improve dape-buffer-window-arrangement docsDaniel Pettersson
As suggested in #276
2026-01-07Add dape-info to reapeat bindingsDaniel Pettersson
2025-11-25Ensure remote executable with absolute pathDaniel Pettersson
As suggested in #267
2025-11-20Add threads request debounce in thread eventDaniel 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-03Make dape-breakpoint-remove-at-point interactive againDaniel Pettersson
Thanks to daanturo for finding the unintended change
2025-10-27Bump jsonrpc used for testsDaniel Pettersson
2025-10-27Fix warning from globalized generated docsDaniel Pettersson
2025-10-27Add read config hookDaniel Pettersson
As suggested in #212
2025-10-27Set stipple nil for exception description faceDaniel Pettersson
As suggested in #212