nvim-dap icon indicating copy to clipboard operation
nvim-dap copied to clipboard

add compound launch.json configurations

Open aldevv opened this issue 3 years ago • 2 comments

Problem Statement

https://code.visualstudio.com/Docs/editor/debugging#_compound-launch-configurations

Possible Solutions

No response

Considered Alternatives

No response

aldevv avatar Oct 20 '22 22:10 aldevv

Depends on https://github.com/mfussenegger/nvim-dap/issues/586

mfussenegger avatar Nov 18 '22 17:11 mfussenegger

:+1: on this and #586 seems to be solved. So, will this be implemented?

magoerlich avatar May 09 '24 22:05 magoerlich

There's now a DapNew command that can start many sessions at once: https://github.com/mfussenegger/nvim-dap/pull/1243

I also had a look at implementing compounds but I got the impression that the complexity is not worth it. The implementation is either a hack but contained, or spreads quite a bit throughout the code base.

I'd rather use up the complexity budget for other features. I might change my mind about this at some point but for now I'm closing this.

mfussenegger avatar Jun 01 '24 09:06 mfussenegger