Verb: Another HTTP REST Client in Emacs

Verb: Another HTTP REST Client in Emacs

Introduction The <span>restclient</span> in Emacs has been archived and is no longer maintained, so we need to look for other packages to replace it. After some searching, I found that federicotdn/verb: HTTP client for Emacs[1] is quite good and also supports <span>org babel</span>. Installation (use-package verb :init (cl-pushnew '(verb . t) load-language-list) :config (define-key org-mode-map … Read more

Exploring the Powerful Features of GDB

Exploring the Powerful Features of GDB

Follow+Star Public Account, don’t miss the wonderful content Source | Zhihu Wei Yixiao Embedded development cannot be separated from debugging tools, and there are many debugging tools on the market, but in terms of compatibility and versatility, GDB absolutely holds a leading advantage. Today, let’s talk about this powerful GDB tool. Naked Running State: The … Read more