Skip to content

Latest commit

 

History

History

emacs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Buildg on emacs

Buildg supports interactive debugging of Dockerfile on emacs.

Buildg on Emacs

Install

Then add the example launch configuration shown in ./dap-dockerfile.el to your init.el. Also refer to ../README.md for available properties in the launch configuration.

Usage

Run M-x dap-debug then select Dockerfile Debug Configuration template.

dap-mode also supports launch.json of VS Code. dap-mode looks up launch.json under (lsp-workspace-root) and loads it. Refer to the dap-mode document for details.