D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 1497 - Add a link to the DWiki debuggers page
Summary: Add a link to the DWiki debuggers page
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dlang.org (show other issues)
Version: D2
Hardware: All All
: P2 normal
Assignee: Andrej Mitrovic
URL:
Keywords: DebugInfo, pull
Depends on:
Blocks: 4044
  Show dependency treegraph
 
Reported: 2007-09-13 08:58 UTC by Jascha Wetzel
Modified: 2014-04-23 22:05 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Jascha Wetzel 2007-09-13 08:58:57 UTC
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.
Comment 1 nfxjfg 2010-04-23 13:07:34 UTC
ddbg is now mentioned, but not zerobugs.
One issue with ddbg is that the author abandoned it.
Comment 3 github-bugzilla 2014-04-23 22:05:50 UTC
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