People still appear to try debugging D programs with windbg or other C/C++ debuggers and sometimes end up confused. That page should mention, that using zerobugs or ddbg is preferable.
ddbg is now mentioned, but not zerobugs. One issue with ddbg is that the author abandoned it.
https://github.com/D-Programming-Language/dlang.org/pull/563
Commits pushed to master at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/554fec2301e0c667a773af3d4318c405df07f462 Fix Issue 1497 - Add a link to the DWiki debuggers page. https://github.com/D-Programming-Language/dlang.org/commit/ea2471fdb8bf50760f02959a2fdbc9d425b2a207 Merge pull request #563 from AndrejMitrovic/Fix1497 Issue 1497 - Add a link to the DWiki debuggers page