Hi,

I'm testing dlang in ubuntu with vscode and some extensions, I can debug a valid executable with codelldb and set breakpoints in the d code.

Then I realized that the unittest executable file is also generated in the work folder after I run "dub test -b debug". Then I would like to debug into that unittest executable file just as I did previously to other valid dlang executable files.

But the debug seems to run ok but the breakpoints never stop, why? maybe no debug info in that unitttest executable file?

Thanks.

Reply via email to