code-d
code-d copied to clipboard
dub debug launching should support unittest debugging
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.
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