[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/dape 1bef80cf37 068/123: Remove confusing default for d
From: |
ELPA Syncer |
Subject: |
[elpa] externals/dape 1bef80cf37 068/123: Remove confusing default for dape-main-functions |
Date: |
Tue, 5 Dec 2023 03:58:01 -0500 (EST) |
branch: externals/dape
commit 1bef80cf3738bcb00aabefdb2caf610bbbfecefd
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>
Remove confusing default for dape-main-functions
---
dape.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dape.el b/dape.el
index bbf719afc7..359cc794cc 100644
--- a/dape.el
+++ b/dape.el
@@ -113,7 +113,7 @@ The hook is run with one argument, the compilation buffer."
"Show variable values inline."
:type 'boolean)
-(defcustom dape-main-functions '("main")
+(defcustom dape-main-functions nil
"Functions to set breakpoints at startup if no other breakpoints are set."
:type '(repeat string))
- [elpa] externals/dape bb54d57fc6 088/123: Change dape--debug to macro to remove arg evaluation, (continued)
- [elpa] externals/dape bb54d57fc6 088/123: Change dape--debug to macro to remove arg evaluation, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 35d55de0c5 090/123: Improve robustness of DAP parsing, ELPA Syncer, 2023/12/05
- [elpa] externals/dape f40d7932cc 093/123: Print both description and text from stopped event, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 6b4cebae5f 098/123: Use own keymap for dape--config-read, ELPA Syncer, 2023/12/05
- [elpa] externals/dape ff3a27dbbd 099/123: Fix a typo, ELPA Syncer, 2023/12/05
- [elpa] externals/dape ee2ecae446 122/123: Bump version and add FSF copyright line, ELPA Syncer, 2023/12/05
- [elpa] externals/dape b52882f627 123/123: Fix dape-key-prefix type #28, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 5499b7d3d1 114/123: Add fringe breakpoint icon, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 2e8202ad9a 006/123: Small doc fixups, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 73150fca55 063/123: Add paging to dape info variables to reduce UI locking, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 1bef80cf37 068/123: Remove confusing default for dape-main-functions,
ELPA Syncer <=
- [elpa] externals/dape 2a4462d36a 073/123: Fix nil-ed plist props in config diff, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 0c6f5513ae 082/123: Fix build warnings, ELPA Syncer, 2023/12/05
- [elpa] externals/dape e5545bbc6f 100/123: Merge pull request #20 from tromey/fix-typo, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 5d03bc1212 103/123: Add fn symbol to dape-config for ergonomics of multiple key vals, ELPA Syncer, 2023/12/05
- [elpa] externals/dape d68bfebc08 104/123: Workaround for thread :status nil, ELPA Syncer, 2023/12/05
- [elpa] externals/dape bf91567e5e 105/123: Move dape-config `fn' evaluation into none interactive part of dape, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 2bfa7ddaa5 119/123: Add breakpoints mode for fring/margin breakpoint toggling, ELPA Syncer, 2023/12/05
- [elpa] externals/dape de97f32725 061/123: Improve/fix parsing #9, ELPA Syncer, 2023/12/05