Commit bcd9616 1 parent 7da971a commit bcd9616 Copy full SHA for bcd9616
File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4457,6 +4457,10 @@ It is based on the [[https://llvm.org/][LLVM Compiler Infrastructure]].
4457
4457
(defconst psimacs/config/dap-breakpoints-file
4458
4458
(psimacs/file-system/concat-file psimacs/config/session-dir ".dap-breakpoints")
4459
4459
"The psimacs dap-mode breakpoints file.")
4460
+
4461
+ (defconst psimacs/config/dap-ui-repl-history-dir
4462
+ psimacs/config/session-dir
4463
+ "The psimacs dap-mode repl history directory.")
4460
4464
#+end_src
4461
4465
4462
4466
** Transient
@@ -14592,7 +14596,8 @@ See also:
14592
14596
:commands (dap-mode dap-debug dap-debug-edit-template dap-auto-configure-mode)
14593
14597
:config
14594
14598
(dap-auto-configure-mode)
14595
- (setq dap-breakpoints-file psimacs/config/dap-breakpoints-file)
14599
+ (setq dap-breakpoints-file psimacs/config/dap-breakpoints-file)
14600
+ (setq dap-ui-repl-history-dir psimacs/config/dap-ui-repl-history-dir)
14596
14601
14597
14602
;;(setq dap-auto-configure-features '(sessions locals tooltip))
14598
14603
;;(setq dap-auto-configure-features '(sessions locals breakpoints expressions controls tooltip))
You can’t perform that action at this time.
0 commit comments