LazyVim.LazyVim/lua/lazyvim/plugins/extras/dap
Lorenzo Bettini 4e1fd66078
docs(dap): document continue to be used also for run (#4603)
The `dap.continue` is meant to be used also to start the program if no
debugging session is active.

The documentation states:

> `continue()` is the main entry-point for users to start debugging an
application.

With this change, it should be clearer to the user that `continue` is
the way to start a program. Otherwise, one could think to use `Run with
args` (which is misleading). At least for me, it was, until I read the
dap documentation.

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
2024-11-08 13:25:56 +01:00
..
core.lua docs(dap): document continue to be used also for run (#4603) 2024-11-08 13:25:56 +01:00
nlua.lua refactor(nlua): cleanup 2023-10-12 11:48:02 +02:00