branch: externals/dape
commit 641093c7824c25b801e75115e4c1e9ca7697536e
Author: Daniel Pettersson <dan...@dpettersson.net>
Commit: Daniel Pettersson <dan...@dpettersson.net>

    Use gdb-mi defaults for addresses in info buffers
---
 dape.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dape.el b/dape.el
index 30b9f4a188..39eea8b6df 100644
--- a/dape.el
+++ b/dape.el
@@ -641,7 +641,7 @@ left-to-right display order of the properties."
   "Show file information or library names in threads buffer."
   :type 'boolean)
 
-(defcustom dape-info-thread-buffer-addresses t
+(defcustom dape-info-thread-buffer-addresses nil
   "Show addresses for thread frames in threads buffer."
   :type 'boolean)
 
@@ -653,7 +653,7 @@ left-to-right display order of the properties."
   "Show module information in stack buffer if adapter supports it."
   :type 'boolean)
 
-(defcustom dape-info-stack-buffer-addresses t
+(defcustom dape-info-stack-buffer-addresses nil
   "Show frame addresses in stack buffer."
   :type 'boolean)
 

Reply via email to