Re: Microsoft chose Go instead of C# or Rust to rewrite TypeScript
On Monday, 8 September 2025 at 20:10:52 UTC, Sergey wrote: being focused on required important tasks = complicated I don't quite understand the item above. What's dlang's `"required important tasks"` now?
How to debug (set a breakpoint) into the unittest executable?
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