Skip to content

Commit

Permalink
Add read memory to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Jul 8, 2024
1 parent 7293335 commit 72dbb19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -5247,6 +5247,9 @@ See `eldoc-documentation-functions', for more information."
"--"
["REPL" dape-repl]
["Info buffers" dape-info]
["Memory" dape-read-memory
:enable (dape--capable-p (dape--live-connection 'last)
:supportsReadMemoryRequest)]
"--"
["Customize Dape" (lambda () (interactive) (customize-group "dape"))]))

Expand Down

0 comments on commit 72dbb19

Please sign in to comment.