I showed you my source code, pls respond
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

973 B

Debug Adapter Protocol

The Debug Adapter Protocol (DAP) defines the abstract protocol used between a development tool (Emacs) and a debugger1.

Config

Use the package dap-mode2 to add support for the Debug Adapter Protocol1 inside of Emacs. It has been tested against the following language servers:

  • Java

  • Ruby

  • Python

  • Elixir

  • LLDB (C/C++/Obj-C/Swift)

(use-package dap-mode
  :commands (dap-debug))

Footnotes