DAP: Debug Adapter Protocol

Debugging in Nvpunk is done throug a plugin implementing the Debug Adapter Protocol or DAP. This plugin is nvim-dap.

Along with DAP you also need debug adapters for your specific language. You can install them from Mason, similarly to how you install language servers.

To open up Mason you can run:

:Mason

From here you can jump directly to the DAP section and install the appropriate debug adapter.

Once you have everything set up, you can toggle breakpoints by typing <space>bb. From there you can debug your program by typing <space>bc.

Nvpunk comes also included with another plugin called nvim-dap-ui that offers a more familiar debugging UI. It can be toggled with <space>bu.