summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-10-22Change split breakpoint mode into globalized and localDaniel Pettersson
As suggested in #264
2025-10-19Autoload dape-breakpoint-global-modeDaniel Pettersson
As suggested in discussion 262
2025-10-19Add hare modes to gdb configurationDaniel Pettersson
Suggestion from #263
2025-10-19Cosmetic changeDaniel Pettersson
2025-10-09Bump version to 0.25.0Daniel Pettersson
2025-10-09Update screenshotsDaniel Pettersson
2025-10-09Ensure that active mode is set on restartDaniel Pettersson
2025-10-06Mention window-sides-vertical in READMEDaniel Pettersson
2025-09-29Using format-prompt to show default in minibuffer promptsDaniel Pettersson
2025-09-29Using evaporate for overlay hintsDaniel Pettersson
2025-09-16Fix minibuffer bindings for watch completing-readDaniel Pettersson
2025-09-14Fix watch testDaniel Pettersson
2025-09-14Switch from c-r-m for watch commandDaniel Pettersson
2025-09-14Improve dape command docstringsDaniel Pettersson
2025-09-14Decrease M-X pollution by specifying mode for dape-info-* commandsDaniel Pettersson
2025-09-12Improve docs for dape-info-* commandsDaniel Pettersson
2025-09-11Add command for displaying variable with dape-memoryDaniel Pettersson
2025-09-11Ensure dape-until's hooks are setDaniel Pettersson
2025-09-10Compat directory-aware environment management modesDaniel Pettersson
Addressing issue #252
2025-09-10Change HACK comment type for consistencyDaniel Pettersson
2025-09-10Use weakly dedicated buffers for dape buffersDaniel Pettersson
2025-09-08Add REPL command eval to force variable response in "repl" contextDaniel Pettersson
2025-09-08Docstring fixupsDaniel Pettersson
2025-09-07Remove use of deprecated when-letDaniel Pettersson
2025-09-07Only display buffers in dape-many-windows when session activeDaniel Pettersson
2025-09-07Only show hollow triangle when source buffer matches top frameDaniel Pettersson
2025-09-06Improve disassemble's window display'ing and run-hook'ingDaniel Pettersson
2025-09-06Shorten symbol property prefix used by command-at-line commandsDaniel Pettersson
2025-09-06Various cosmetic touch-upsDaniel Pettersson
2025-09-06Use shorthand for major-mode dispatch on info-revertDaniel Pettersson
2025-09-06Use correct window when adding marginsDaniel Pettersson
2025-09-06Refactor file-name-{local,remote} helperDaniel Pettersson
2025-09-06Rename path to conventional name file-nameDaniel Pettersson
2025-09-06Combine breakpoint location specifier field into one fieldDaniel Pettersson
2025-09-06Refactor breakpoints sectionDaniel Pettersson
2025-09-06Refactor source buffer creationDaniel Pettersson
2025-09-06Move indicator creation under utils sectionDaniel Pettersson
2025-09-06Refactor exception filter processingDaniel Pettersson
2025-09-04Trying to fix breakpoint race in update eventDaniel Pettersson
Work toward #257
2025-09-04Improve initial-contents based on history in read-configDaniel Pettersson
A history item would not be put in initial contents if the base version passed the ensure check. Ex: if gdb is not in PATH the following would never have been used as initial-contents '(gdb command "./build/gdb")
2025-09-04Remove unused binding until breakpoint creationDaniel Pettersson
2025-09-04Clean up conditionals in source-ensureDaniel Pettersson
2025-09-04Cosmetic changes messages in dape-config-trampDaniel Pettersson
2025-09-03Fix dape-memory buffer creation (#259)Viktor Pocedulić
Copyright-paperwork-exempt: yes
2025-08-26Add dape-many-windows to ease restoring and customizing displayed windowsDaniel Pettersson
2025-08-26Cosmetic changeDaniel Pettersson
2025-08-25Remove redundant breakpoint updates from until machineryDaniel Pettersson
2025-08-25Add run until point breakpoint faceDaniel Pettersson
2025-08-19Truncate all buffers except threadsDaniel Pettersson
2025-08-19Clarify {memory,disassemble} command promptsDaniel Pettersson