branch: externals/dape commit 8699e0a5cf77ac9b27e9dfaee45a6e00948b6758 Author: Daniel Pettersson <dan...@dpettersson.net> Commit: Daniel Pettersson <dan...@dpettersson.net>
Update readme --- README.org | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 8a7796c680..a1ef4aa6a2 100644 --- a/README.org +++ b/README.org @@ -21,18 +21,19 @@ For complete functionality, make sure to enable ~eldoc-mode~ in your source buff + REPL + gdb-mi.el like interface + Memory editor with ~hexl~ ++ Disassembly viewer + Integration with ~compile~ + Debug adapter configuration ergonomics + No external dependencies outside of core Emacs With ~(setq dape-buffer-window-arrangement 'right)~: -[[https://raw.githubusercontent.com/svaante/dape/resources/right_0_22_0.png]] +[[https://raw.githubusercontent.com/svaante/dape/resources/right_0_23_0.png]] And with ~(setq dape-buffer-window-arrangement 'gud)~ + =corfu= as ~completion-in-region-function~: -[[https://raw.githubusercontent.com/svaante/dape/resources/gud_0_22_0.png]] +[[https://raw.githubusercontent.com/svaante/dape/resources/gud_0_23_0.png]] With "rich" REPL output: -[[https://raw.githubusercontent.com/svaante/dape/resources/repl_0_22_0.png]] +[[https://raw.githubusercontent.com/svaante/dape/resources/repl_0_23_0.png]] With =minibuffer= adapter configuration hints: -[[https://raw.githubusercontent.com/svaante/dape/resources/minibuffer_0_22_0.png]] +[[https://raw.githubusercontent.com/svaante/dape/resources/minibuffer_0_23_0.png]] * Configuration =Dape= includes pre-defined debug adapter configurations for various programming languages. Refer to ~dape-configs~ for more details. If =dape= doesn't include a configuration suitable for your needs, you can implement your own.