mfussenegger / nvim-dap

Debug Adapter Protocol client implementation for Neovim
GNU General Public License v3.0
5.09k stars 179 forks source link

Add :DapNew command start new session #1243

Closed mfussenegger closed 1 month ago

mfussenegger commented 1 month ago

If no args: calls dap.continue({ new = true }) If args: calls dap.run for each configuration where name=arg

E.g.: :DapNew celery django

If config names contain spaces they need to be escaped