DDT 0.11.0 released

anynous via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Mar 30 06:20:14 PDT 2015


Is there an easy trick to run/debug unittests?

I found the dialog to add additional options for dub, but it
always executes
"dub build"

Copying the failing unittest into main() works, but I'd prefer
another solution :)

My current workaround is to run "dub --test" from the Linux
terminal. Dub compiles the tests and runs them (the second is
unnecessary but does not matter because tests are fast enough).

After that I can click debug in Eclipse and use the nice debug
support.


More information about the Digitalmars-d-announce mailing list