code-d icon indicating copy to clipboard operation
code-d copied to clipboard

dub debug launching should support unittest debugging

Open WebFreak001 opened this issue 4 years ago • 1 comments

When making a library it only makes sense that the user would want to debug the unittest build as the library is not executable otherwise.

WebFreak001 avatar Nov 16 '21 10:11 WebFreak001

might even be best to just default the DUB build type to unittest when working on a library (and configuration if available)

that way auto complete is also aware of unittest-specific configuration

WebFreak001 avatar Nov 16 '21 10:11 WebFreak001