branch: externals/dape
commit 36d43d16cb3e5834dbae5f2b90c5562650acfeca
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>
Fix stack info command to open disassemble
---
dape.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dape.el b/dape.el
index add35cb7db..4a13d5c51b 100644
--- a/dape.el
+++ b/dape.el
@@ -3980,7 +3980,7 @@ See `dape-request' for expected CB signature."
(dape--command-at-line dape-info-stack-disassemble (dape--info-frame)
"View disassemble at address of frame."
(if-let* ((address (plist-get dape--info-frame
:instructionPointerReference)))
- (dape-disassemble address t)
+ (dape-disassemble address)
(user-error "No address for frame")))
(dape--buffer-map dape-info-stack-mode-map dape-info-stack-select